Merge pull request #20381 from overleaf/ae-api-settings

Add "settings" object to global scope store

GitOrigin-RevId: 1d5c7c3a1b417be0726c4a5e95e611ded47c13c4
This commit is contained in:
Alf Eaton
2024-10-14 10:58:59 +00:00
committed by Copybot
parent 9e15c73228
commit 2c6aa3d4a7
8 changed files with 29 additions and 19 deletions
@@ -44,6 +44,7 @@ export const IdeReactContext = createContext<IdeReactContextValue | undefined>(
)
function populateIdeReactScope(store: ReactScopeValueStore) {
store.set('settings', {})
store.set('sync_tex_error', false)
}