mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Fix initialization
This commit is contained in:
parent
1eee80658c
commit
752edf9465
@ -22,7 +22,7 @@ import { Point } from '@wisemapping/web2d';
|
||||
// eslint-disable-next-line import/extensions
|
||||
import regiterTouchHandler from '../../../../libraries/jquery.touchevent';
|
||||
|
||||
regiterTouchHandler($);
|
||||
regiterTouchHandler();
|
||||
|
||||
class ScreenManager {
|
||||
private _divContainer: JQuery;
|
||||
|
Loading…
Reference in New Issue
Block a user