@lvce-editor/renderer-process 21.19.0 → 21.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3130,6 +3130,7 @@ const create2 = async (canvasId, objectId, width, height) => {
|
|
|
3130
3130
|
canvas.height = height;
|
|
3131
3131
|
}
|
|
3132
3132
|
const offscreenCanvas = canvas.transferControlToOffscreen();
|
|
3133
|
+
canvas.dataset.id = canvasId;
|
|
3133
3134
|
set$1$1(canvasId, {
|
|
3134
3135
|
factory: {},
|
|
3135
3136
|
state: {
|