@lvce-editor/renderer-process 30.17.0 → 30.17.1

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.
@@ -4039,7 +4039,7 @@ const handleContextMenu$7 = event => {
4039
4039
  preventDefault(event);
4040
4040
  };
4041
4041
  const showMenu = (x, y, width, height, items, level, parentIndex = -1, dom = [], mouseBlocking = false) => {
4042
- if (mouseBlocking) {
4042
+ if (mouseBlocking && !state$3.$BackDrop) {
4043
4043
  const $BackDrop = create$BackDrop();
4044
4044
  $BackDrop.onmousedown = handleBackDropMouseDown;
4045
4045
  $BackDrop.oncontextmenu = handleContextMenu$7;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "30.17.0",
3
+ "version": "30.17.1",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "renderer-process"