diff --git a/src/components/LayerUI.scss b/src/components/LayerUI.scss index 790aaf9b..2f1f0b5c 100644 --- a/src/components/LayerUI.scss +++ b/src/components/LayerUI.scss @@ -111,3 +111,7 @@ } } } + +.disable-pointerEvents { + pointer-events: none !important; +} diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 3af1130b..ac9e111d 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -169,7 +169,10 @@ const LayerUI = ({
- + {renderCanvasActions()} {shouldRenderSelectedShapeActions && renderSelectedShapeActions()} @@ -201,7 +204,7 @@ const LayerUI = ({ {
@@ -225,7 +228,7 @@ const LayerUI = ({