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
fix(drag-drop): error when cloning 0x0 canvas (#19707)
We have some logic to clone the `canvas` elements inside the drag preview, but the process that transfers the content can throw if the canvas is invisible. These changes add a try/catch to prevent the entire process from breaking down.
0 commit comments