diff --git a/src/components/Actions.tsx b/src/components/Actions.tsx
index 8d423571..21e15773 100644
--- a/src/components/Actions.tsx
+++ b/src/components/Actions.tsx
@@ -150,12 +150,12 @@ export const SelectedShapeActions = ({
)}
- {!isMobile && !isEditing && targetElements.length > 0 && (
+ {!isEditing && targetElements.length > 0 && (