mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
009ae7b81c
React IDE page: working editor GitOrigin-RevId: 3ba8cb787a6f7f8435686d8962adb7444d09acb5
6 lines
219 B
TypeScript
6 lines
219 B
TypeScript
import { ReactScopeValueStore } from '@/features/ide-react/scope-value-store/react-scope-value-store'
|
|
|
|
export function populateSettingsScope(store: ReactScopeValueStore) {
|
|
store.set('settings', window.userSettings)
|
|
}
|