mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: do not modify elements while erasing (#7531)
This commit is contained in:
parent
3ecf72a507
commit
872973f145
5 changed files with 101 additions and 113 deletions
|
@ -266,6 +266,7 @@ export const exportToCanvas = async (
|
|||
imageCache,
|
||||
renderGrid: false,
|
||||
isExporting: true,
|
||||
elementsPendingErasure: new Set(),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue