4b34add51c
click outside listeners for `CommandMenuItemNumberInput` and `CommandMenuItemTextInput` were always active, even when the input wasn't focused. This blocked clicks on other elements like toggles in chart settings. fixed by only enabling click outside listener when input is actually focused
Run yarn dev while server running on port 3000