Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed May 23, 2024
1 parent 925f2b3 commit 6cdac45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ts/components/uicontainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export class UIContainer extends Container<UIContainerConfig> {
});

const buttonComponent = findButtonComponent(e.target as HTMLElementWithComponent);

return !(buttonComponent && buttonComponent.getConfig().acceptsTouchWithUiHidden);
});

Expand Down

0 comments on commit 6cdac45

Please sign in to comment.