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 {
|
||||
hydrated,
|
||||
editor,
|
||||
monacoLanguageClient,
|
||||
webSocket,
|
||||
globalLang,
|
||||
currentLang,
|
||||
currentValue,
|
||||
setEditor,
|
||||
setMonacoLanguageClient,
|
||||
setWebSocket,
|
||||
setGlobalLang,
|
||||
setCurrentLang,
|
||||
setCurrentValue,
|
||||
@ -111,9 +111,9 @@ export const useProblem = () => {
|
||||
return {
|
||||
hydrated,
|
||||
editor,
|
||||
monacoLanguageClient,
|
||||
webSocket,
|
||||
setEditor,
|
||||
setMonacoLanguageClient,
|
||||
setWebSocket,
|
||||
globalLang,
|
||||
currentLang,
|
||||
currentValue,
|
||||
|
Loading…
Reference in New Issue
Block a user