mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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({
|
storeRef.current = createProblemStore({
|
||||||
hydrated: false,
|
hydrated: false,
|
||||||
editor: null,
|
editor: null,
|
||||||
|
markers: [],
|
||||||
webSocket: null,
|
webSocket: null,
|
||||||
globalLang: EditorLanguage.c,
|
globalLang: EditorLanguage.c,
|
||||||
currentLang: EditorLanguage.c,
|
currentLang: EditorLanguage.c,
|
||||||
|
Loading…
Reference in New Issue
Block a user