mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
feat(provider): initialize markers in problem store provider
This commit is contained in:
parent
2c013097a8
commit
a7d0bc54bc
@ -40,6 +40,7 @@ export const ProblemStoreProvider = ({
|
||||
storeRef.current = createProblemStore({
|
||||
hydrated: false,
|
||||
editor: null,
|
||||
markers: [],
|
||||
webSocket: null,
|
||||
globalLang: EditorLanguage.c,
|
||||
currentLang: EditorLanguage.c,
|
||||
|
Loading…
Reference in New Issue
Block a user