Hello
When I press Ctrl+Z to undo changes, it does the undo however I get this JS error:
Line: 21
Error: Unable to get property 'selectRange' of undefined or null reference
I've checked the code and it seems that this.editor was never initialized.
You can reproduce the issue using the online demo
Regards,
When I press Ctrl+Z to undo changes, it does the undo however I get this JS error:
Line: 21
Error: Unable to get property 'selectRange' of undefined or null reference
I've checked the code and it seems that this.editor was never initialized.
You can reproduce the issue using the online demo
Regards,