mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: ensure line spacing & date format settings get updated live
This commit is contained in:
@@ -956,7 +956,14 @@ const Tiptap = ({
|
||||
</div>
|
||||
|
||||
<TiptapEditorWrapper
|
||||
key={tick + tab.id + "-editor"}
|
||||
key={[
|
||||
tick,
|
||||
tab.id,
|
||||
settings.doubleSpacedLines ? "ds" : "ss",
|
||||
settings.dateFormat,
|
||||
settings.timeFormat,
|
||||
settings.dayFormat
|
||||
].join("-")}
|
||||
options={tiptapOptions}
|
||||
settings={settings}
|
||||
onEditorUpdate={(editor) => {
|
||||
|
||||
Reference in New Issue
Block a user