mobile: fix date format not updated in editor

This commit is contained in:
Ammar Ahmed
2026-08-25 09:24:09 +05:00
parent 575cf24492
commit 2f3e5cb5cf

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,