You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
everything works fine but it will throw an error when click delete btn
TypeError: Cannot read property 'type' of undefined
at Graphics.getActiveObjectIdForRemove (VM48076 graphics.js:447)
at ImageEditor.removeActiveObject (VM47973 imageEditor.js:417)
at Object._delete [as delete] (VM48074 action.js:107)
at HTMLLIElement._this3.eventHandler. (VM48044 ui.js:476)
<TuiImageEditor{...props}/>// Write example code
Expected Behavior
no errors (or just get delete btn disabled)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
^3.9.0
Test Environment
chrome 83.0.4103.97
Current Behavior
everything works fine but it will throw an error when click delete btn
TypeError: Cannot read property 'type' of undefined
at Graphics.getActiveObjectIdForRemove (VM48076 graphics.js:447)
at ImageEditor.removeActiveObject (VM47973 imageEditor.js:417)
at Object._delete [as delete] (VM48074 action.js:107)
at HTMLLIElement._this3.eventHandler. (VM48044 ui.js:476)
Expected Behavior
no errors (or just get delete btn disabled)
The text was updated successfully, but these errors were encountered: