We are using vue-image-editor component for selecting media.
Once we open/load the component, we are not able to use the space bar further in the entire application. We are facing below error :
tui-image-editor.js?abe2:16809 Uncaught TypeError: Cannot read property 'fire' of null
at klass.eval (tui-image-editor.js?abe2:16809)
at klass.fire (fabric.js?2f75:313)
at Zoom.startHandMode (tui-image-editor.js?abe2:9480)
at Zoom._onKeyDown (tui-image-editor.js?abe2:9352)
Observations on debugging the issue
Images will be added below :
event listener for zoom class
Getting the error as shown in the image in the console :
console error
I am seeing the same bug. keyup/keydown listener is hogging the space key after the image editor is closed and destroyed.
Same. Please fix that.
@ganesh-500 @JohntheFish @bilalmalkoc
Thank you for the information. I'll fix it ASAP.
@ganesh-500 @JohntheFish @bilalmalkoc
Resolved in v3.14.2. Thank you :)
Working fine now. Thank you @lja1018
Most helpful comment
@ganesh-500 @JohntheFish @bilalmalkoc
Thank you for the information. I'll fix it ASAP.