diff --git a/resources/js/modules/editor/partials/canvas/video-preview.jsx b/resources/js/modules/editor/partials/canvas/video-preview.jsx index 4df01f9..05641a3 100644 --- a/resources/js/modules/editor/partials/canvas/video-preview.jsx +++ b/resources/js/modules/editor/partials/canvas/video-preview.jsx @@ -551,19 +551,6 @@ const VideoPreview = ({ /> - - {/* Selection info panel with snapping info */} - {selectedElementId && ( -
-
Selected: {selectedElementId}
-
-
• Drag to move • Corner handles to resize • Rotate handle to rotate
-
• Hold Shift while scaling to maintain aspect ratio
-
• Native Konva rotation snapping (0°, 90°, 180°, 270°)
-
• Automatic center alignment with guide lines
-
-
- )} ); };