Compare commits

...

1 Commits

Author SHA1 Message Date
Ammar Ahmed
41605c308a mobile: always load note content in editor 2025-01-14 12:04:58 +05:00

View File

@@ -366,7 +366,6 @@ export function useEditorController({
break;
}
case "native:html":
if (htmlContentRef.current === value) break;
htmlContentRef.current = value;
logger("info", "LOADING NOTE HTML");
if (!editor) break;