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
We have some console errors Cannot read properties of null (reading 'layers') which probably occurs when switching images. We should probably just guard this so it doesn't happen.
Possible coupled with the previous, sometimes I see a Cannot read properties of null (reading 'removeEventListener') error when we do document.querySelector(".resize-handle").removeEventListener("mousedown", ...
Cannot read properties of null (reading 'layers')
which probably occurs when switching images. We should probably just guard this so it doesn't happen.Cannot read properties of null (reading 'removeEventListener')
error when we dodocument.querySelector(".resize-handle").removeEventListener("mousedown", ...
Originally posted by @manthey in #131 (comment)
The text was updated successfully, but these errors were encountered: