mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
Merge branch 'uat' of github.com:makeplane/plane-ee into preview
This commit is contained in:
@@ -45,7 +45,7 @@ export const WorkspacePageRoot = observer((props: TPageRootProps) => {
|
||||
// store hooks
|
||||
const { createPage } = useWorkspacePages();
|
||||
// derived values
|
||||
const { access, description_html, name } = page;
|
||||
const { access, description_html, name, isContentEditable } = page;
|
||||
// editor markings hook
|
||||
const { markings, updateMarkings } = useEditorMarkings();
|
||||
// page description
|
||||
@@ -115,6 +115,7 @@ export const WorkspacePageRoot = observer((props: TPageRootProps) => {
|
||||
isOpen={isVersionsOverlayOpen}
|
||||
onClose={handleCloseVersionsOverlay}
|
||||
pageId={page.id ?? ""}
|
||||
restoreEnabled={isContentEditable}
|
||||
/>
|
||||
<PageEditorHeaderRoot
|
||||
editorRef={editorRef}
|
||||
|
||||
Reference in New Issue
Block a user