mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-02 06:34:46 +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