@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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "21.19.0",
3
+ "version": "21.20.0",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "renderer-process"