Merge pull request #23026 from overleaf/mj-wc-settings-second-try

[web] Move write and cite setting storage

GitOrigin-RevId: 88a234c15b4dd2a9b451170e3b474d88bb6d45f7
This commit is contained in:
Mathias Jakobsen
2025-01-24 09:05:22 +00:00
committed by Copybot
parent 0d42173034
commit 77dd468c20
8 changed files with 44 additions and 0 deletions
+1
View File
@@ -15,4 +15,5 @@ export type UserSettings = {
fontFamily: FontFamily
lineHeight: LineHeight
mathPreview: boolean
referencesSearchMode: 'advanced' | 'simple'
}