mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
feat(use-problem): integrate WebSocket into problem hook
This commit is contained in:
parent
cea8748a4e
commit
f246ff1a6d
@ -39,12 +39,12 @@ export const useProblem = () => {
|
|||||||
const {
|
const {
|
||||||
hydrated,
|
hydrated,
|
||||||
editor,
|
editor,
|
||||||
monacoLanguageClient,
|
webSocket,
|
||||||
globalLang,
|
globalLang,
|
||||||
currentLang,
|
currentLang,
|
||||||
currentValue,
|
currentValue,
|
||||||
setEditor,
|
setEditor,
|
||||||
setMonacoLanguageClient,
|
setWebSocket,
|
||||||
setGlobalLang,
|
setGlobalLang,
|
||||||
setCurrentLang,
|
setCurrentLang,
|
||||||
setCurrentValue,
|
setCurrentValue,
|
||||||
@ -111,9 +111,9 @@ export const useProblem = () => {
|
|||||||
return {
|
return {
|
||||||
hydrated,
|
hydrated,
|
||||||
editor,
|
editor,
|
||||||
monacoLanguageClient,
|
webSocket,
|
||||||
setEditor,
|
setEditor,
|
||||||
setMonacoLanguageClient,
|
setWebSocket,
|
||||||
globalLang,
|
globalLang,
|
||||||
currentLang,
|
currentLang,
|
||||||
currentValue,
|
currentValue,
|
||||||
|
Loading…
Reference in New Issue
Block a user