activation clicks fix
This commit is contained in:
parent
bfd1e7c19a
commit
03499a8800
@ -25,8 +25,8 @@ export abstract class GefestElement {
|
||||
if (this.clickHandler === null)
|
||||
return null;
|
||||
return () => {
|
||||
GefestEngine.activateOnClick();
|
||||
this.clickHandler!();
|
||||
GefestEngine.activateOnClick();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user