plane/packages/editor
M. Palanikannan 04b2214bf2 🐛 fix: Hide drag handle when cursor leaves the editor container (#3401)
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
..
core 🐛 fix: Hide drag handle when cursor leaves the editor container (#3401) 2024-01-22 13:21:45 +05:30
document-editor fix: link preview editor (#3335) 2024-01-22 13:19:43 +05:30
extensions 🐛 fix: Hide drag handle when cursor leaves the editor container (#3401) 2024-01-22 13:21:45 +05:30
lite-text-editor [refactor] Editor code refactoring (#3194) 2023-12-22 18:10:18 +05:30
rich-text-editor 🐛 fix: Hide drag handle when cursor leaves the editor container (#3401) 2024-01-22 13:21:45 +05:30