mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
fix: lock page issues (#7380)
* fix: unable to click the swith to lock/unlock page * fix: add divider above delete button on mobile * fix: enable lock/unlock page by tapping the lock icon * chore: update translations * fix: hide cursor when the page is locked * fix: the inline databaes still can be edited if the document is locked * fix: disable auto update checker * chore: change my account to account & app
This commit is contained in:
parent
0e7ac85f90
commit
e028e45e93
8 changed files with 90 additions and 34 deletions
|
@ -165,6 +165,7 @@ class _DocumentPageState extends State<DocumentPage>
|
|||
context: context,
|
||||
width: width,
|
||||
padding: EditorStyleCustomizer.documentPadding,
|
||||
editorState: editorState,
|
||||
),
|
||||
header: buildCoverAndIcon(context, state),
|
||||
initialSelection: initialSelection,
|
||||
|
@ -183,6 +184,7 @@ class _DocumentPageState extends State<DocumentPage>
|
|||
context: context,
|
||||
width: width,
|
||||
padding: EditorStyleCustomizer.documentPadding,
|
||||
editorState: editorState,
|
||||
),
|
||||
header: buildCoverAndIcon(context, state),
|
||||
initialSelection: initialSelection,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue