mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: fix date format not updated in editor
This commit is contained in:
@@ -230,9 +230,9 @@ export const useEditorEvents = (
|
||||
? parseInt(defaultFontSize)
|
||||
: defaultFontSize,
|
||||
fontFamily: SettingsService.get().defaultFontFamily,
|
||||
dateFormat: db.settings?.getDateFormat(),
|
||||
timeFormat: db.settings?.getTimeFormat(),
|
||||
dayFormat: db.settings?.getDayFormat(),
|
||||
dateFormat: dateFormat,
|
||||
timeFormat: timeFormat,
|
||||
dayFormat: dayFormat,
|
||||
fontScale,
|
||||
markdownShortcuts,
|
||||
features,
|
||||
|
||||
Reference in New Issue
Block a user