nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.84k stars 1.26k forks source link

Cannot read properties of null (reading 'type') #859

Open noob-Jp opened 1 year ago

noob-Jp commented 1 year ago

Error occurs when no element is selected, click above to delete icon

The error info is :

Cannot read properties of null (reading 'type') TypeError: Cannot read properties of null (reading 'type') at Graphics.getActiveObjectIdForRemove (webpack-internal:///./node_modules/tui-image-editor/dist/tui-image-editor.js:13246:150) at ImageEditor.removeActiveObject (webpack-internal:///./node_modules/tui-image-editor/dist/tui-image-editor.js:13757:106) at Object._delete (webpack-internal:///./node_modules/tui-image-editor/dist/tui-image-editor.js:11619:2289) at HTMLLIElement._this5.eventHandler. (webpack-internal:///./node_modules/tui-image-editor/dist/tui-image-editor.js:11493:221)

this is my code :

`

`