2
0
forked from github/plane
plane/packages/editor/extensions/src
M. Palanikannan 04b2214bf2 🐛 fix: Hide drag handle when cursor leaves the editor container ()
This fix adds support for hiding the drag handle when the cursor leaves the editor container. It improves the user experience by providing a cleaner interface and removing unnecessary visual elements especially while scrolling.

- Add `hideDragHandle` prop to `EditorContainer` component in `editor-container.tsx`.
- Implement `onMouseLeave` event handler in `EditorContainer` to invoke `hideDragHandle` function.
- Update `DragAndDrop` extension in `drag-drop.tsx` to accept a `setHideDragHandle` function as an optional parameter.
- Pass the `setHideDragHandle` function from `RichTextEditor` component to `DragAndDrop` extension in `RichTextEditorExtensions` function in `index.tsx`.
- Set `hideDragHandleOnMouseLeave` state in `RichTextEditor` component to store the `hideDragHandlerFromDragDrop` function.
- Create `setHideDragHandleFunction` callback function in `RichTextEditor` to update the `hideDragHandleOnMouseLeave` state.
- Pass `hideDragHandleOnMouseLeave` as `hideDragHandle` prop to `EditorContainer` component in `RichTextEditor`.
2024-01-22 13:21:45 +05:30
..
extensions 🐛 fix: Hide drag handle when cursor leaves the editor container () 2024-01-22 13:21:45 +05:30
styles [refactor] Editor code refactoring () 2023-12-22 18:10:18 +05:30
index.ts [refactor] Editor code refactoring () 2023-12-22 18:10:18 +05:30