lowercase'd findObject

This commit is contained in:
Eris Lund 2021-07-02 07:33:05 +02:00 committed by Jordan Eldredge
parent 390a366e03
commit 6746c45cd7

View file

@ -38,7 +38,7 @@ export default class Layout extends Group {
) {
// TODO: Maybe this should move to the container?
if (actionTarget != null) {
const target = this.findObject(actionTarget);
const target = this.findobject(actionTarget);
if (target != null) {
target.handleAction(action, param, actionTarget);
}