We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253352b commit 72db935Copy full SHA for 72db935
1 file changed
ui/src/components/Sidebar.tsx
@@ -95,6 +95,9 @@ function SidebarSettings() {
95
color="warning"
96
onChange={(event: React.ChangeEvent<HTMLInputElement>) => {
97
setAutoRunLayout(event.target.checked);
98
+ if (event.target.checked) {
99
+ autoLayoutROOT();
100
+ }
101
}}
102
/>
103
}
0 commit comments