mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
feat(problems): add inactive state to dockview panels
This commit is contained in:
parent
e2e68ed604
commit
9a51c1547f
@ -49,6 +49,7 @@ export default function ProblemPage() {
|
||||
referencePanel: "Description",
|
||||
direction: "within"
|
||||
},
|
||||
inactive: true,
|
||||
},
|
||||
{
|
||||
id: "Submissions",
|
||||
@ -59,6 +60,7 @@ export default function ProblemPage() {
|
||||
referencePanel: "Solutions",
|
||||
direction: "within"
|
||||
},
|
||||
inactive: true,
|
||||
},
|
||||
{
|
||||
id: "Code",
|
||||
@ -99,6 +101,7 @@ export default function ProblemPage() {
|
||||
referencePanel: "Testcase",
|
||||
direction: "within"
|
||||
},
|
||||
inactive: true,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user