@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;
|