fix: do not modify elements while erasing (#7531)
This commit is contained in:
@@ -266,6 +266,7 @@ export const exportToCanvas = async (
|
||||
imageCache,
|
||||
renderGrid: false,
|
||||
isExporting: true,
|
||||
elementsPendingErasure: new Set(),
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user