feat(client): try a different approach to handling read-only threshold

feat(client): revert note_details.ts
This commit is contained in:
perf3ct
2025-05-13 21:59:43 +00:00
parent f07ad03343
commit caccbf49c0
3 changed files with 30 additions and 113 deletions

View File

@@ -48,6 +48,7 @@ export interface ViewScope {
viewMode?: ViewMode;
attachmentId?: string;
readOnlyTemporarilyDisabled?: boolean;
readOnlyDecision?: boolean;
highlightsListPreviousVisible?: boolean;
highlightsListTemporarilyHidden?: boolean;
tocTemporarilyHidden?: boolean;