mobile: fix date format not updated in editor

This commit is contained in:
Ammar Ahmed
2026-08-25 09:24:09 +05:00
parent 97d6f4c92d
commit 274ca0bea4

View File

@@ -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,