mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
lowercase'd findObject
This commit is contained in:
parent
390a366e03
commit
6746c45cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue