Skip to content

Commit

Permalink
set touch-action to none
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 26, 2023
1 parent 4022575 commit d8ad481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/backend/ComponentImpl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class ComponentImpl extends ComponentBase {
-webkit-tap-highlight-color: transparent;
webkit-user-select;
outline: none !important;
touch-action: none;
}", sheet.cssRules.length);
@:privateAccess Screen.instance.container.classList.add("haxeui-theme-" + Toolkit.theme);
}
Expand Down

0 comments on commit d8ad481

Please sign in to comment.