mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: fix incorrect tab content by default
This commit is contained in:
committed by
Abdullah Atta
parent
8d4ae8e970
commit
cf5fac7d41
@@ -134,7 +134,7 @@ const Tiptap = ({
|
||||
editorProps: {
|
||||
editable: () => !tab.readonly
|
||||
},
|
||||
content: "<p>hello world<ins class='diffins'>[diffed text]</ins></p>",
|
||||
content: globalThis.editorControllers[tab.id]?.content?.current,
|
||||
isMobile: true,
|
||||
doubleSpacedLines: settings.doubleSpacedLines,
|
||||
openLink: (url) => {
|
||||
|
||||
Reference in New Issue
Block a user