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:
Lucas 2025-02-14 17:02:25 +08:00 committed by GitHub
parent 0e7ac85f90
commit e028e45e93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 34 deletions

View file

@ -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,