We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0310d commit 22f310fCopy full SHA for 22f310f
src/workbench/panel/panel.tsx
@@ -28,7 +28,7 @@ export function Panel(props: IPanel & IPanelController) {
28
if (a.sortIndex && b.sortIndex) {
29
return a.sortIndex - b.sortIndex;
30
}
31
- return 1;
+ return 0;
32
});
33
34
return (
0 commit comments