plane/packages/editor/document-editor
M. Palanikannan 49452a68ab
♻️ fix: Added new drag handle hide behavior to Pages (#3426)
- Removed unused `switchLinkView` function in `PageRenderer`
- Added `hideDragHandle` prop to `PageRenderer` component
- Updated `EditorContainer` component in `PageRenderer` to include `hideDragHandle` prop
- Removed unused code and variables in `DocumentEditor` component
- Added `hideDragHandleOnMouseLeave` state variable in `DocumentEditor` component
- Added `setHideDragHandleFunction` to set the hideDragHandle function from the DragAndDrop extension
- Passed `hideDragHandleOnMouseLeave` as prop to `PageRenderer` component in `DocumentEditor`
- Removed unused code and variables in `PageDetailsPage` component
- Updated `customClassName` prop in `PageRenderer` component used in `PageDetailsPage`

chore(deps): Update dependencies

- Updated `@tippyjs/react` dependency to version 4.2.6
- Updated `mobx-react-lite` dependency to version 4.0.5
- Updated `tippy.js` dependency to version 6.3.7

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-01-22 17:47:44 +05:30
..
src ♻️ fix: Added new drag handle hide behavior to Pages (#3426) 2024-01-22 17:47:44 +05:30
.eslintrc.js chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
.prettierignore chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
.prettierrc chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
package.json Improvement: High Performance MobX Integration for Pages ✈︎ (#3397) 2024-01-22 13:22:09 +05:30
postcss.config.js feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30
Readme.md fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
tailwind.config.js feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30
tsconfig.json [refactor] Editor code refactoring (#3194) 2023-12-22 18:10:18 +05:30
tsup.config.ts feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30

Document Editor