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",
|
referencePanel: "Description",
|
||||||
direction: "within"
|
direction: "within"
|
||||||
},
|
},
|
||||||
|
inactive: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "Submissions",
|
id: "Submissions",
|
||||||
@ -59,6 +60,7 @@ export default function ProblemPage() {
|
|||||||
referencePanel: "Solutions",
|
referencePanel: "Solutions",
|
||||||
direction: "within"
|
direction: "within"
|
||||||
},
|
},
|
||||||
|
inactive: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "Code",
|
id: "Code",
|
||||||
@ -99,6 +101,7 @@ export default function ProblemPage() {
|
|||||||
referencePanel: "Testcase",
|
referencePanel: "Testcase",
|
||||||
direction: "within"
|
direction: "within"
|
||||||
},
|
},
|
||||||
|
inactive: true,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user