From ff981ea9f0c3c2f914d931aeadd24d6a4ef193e6 Mon Sep 17 00:00:00 2001 From: ct Date: Mon, 16 Jun 2025 16:40:05 +0800 Subject: [PATCH] Update --- .../editor/partials/canvas/video-preview.jsx | 13 ------------- 1 file changed, 13 deletions(-) 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
-
-
- )} ); };