@lvce-editor/renderer-process 10.19.0 → 10.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.
@@ -2498,11 +2498,12 @@ const ViewletEditorRenameEvents = {
2498
2498
  handleFocusIn: handleFocusIn$3
2499
2499
  };
2500
2500
 
2501
- const setBounds$5 = (state, x, y) => {
2501
+ const setBounds$5 = (state, x, y, width, height) => {
2502
2502
  const {
2503
2503
  $Viewlet
2504
2504
  } = state;
2505
- setXAndYTransform($Viewlet, x, -y);
2505
+ setBounds$9($Viewlet, x, y, width, height);
2506
+ applyUidWorkaround($Viewlet);
2506
2507
  };
2507
2508
  const appendWidget$2 = state => {
2508
2509
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "10.19.0",
3
+ "version": "10.20.0",
4
4
  "description": "",
5
5
  "main": "dist/rendererProcessMain.js",
6
6
  "type": "module",