fix: preserve resized tables across raw mode toggles

This commit is contained in:
lucaronin
2026-04-12 11:45:59 +02:00
parent 27e371c7fe
commit 1bf5a7d6e4
11 changed files with 337 additions and 89 deletions

View File

@@ -37,6 +37,7 @@ export interface EditorContentProps {
onArchiveNote?: (path: string) => void
onUnarchiveNote?: (path: string) => void
vaultPath?: string
rawModeContent?: string | null
rawLatestContentRef?: React.MutableRefObject<string | null>
onRenameFilename?: (path: string, newFilenameStem: string) => void
isConflicted?: boolean