Closed dovigod closed 5 months ago
there seems to have memory leak while unregistering Gesture & executing stopDetection
Gesture
stopDetection
n/a
import { VGesture } from './VGesture' import { ClickGesturePlugin } from './Plugins/ClickGesturePlugin' async function init() { const vGesture = new VGesture(); await vGesture.initialize(); const clickGesturePlugin = new ClickGesturePlugin({ }) vGesture.register(clickGesturePlugin) vGesture.startDetection() vGesture.stopDetection() } init()
### Screenshots ```bash ![DESCRIPTION](LINK.png)
No response
Chrome
Mac
Description
there seems to have memory leak while unregistering
Gesture
& executingstopDetection
Reproduction URL
n/a
Reproduction steps
Logs
No response
Browsers
Chrome
OS
Mac