mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
Console should be collapsed by default
This commit is contained in:
@@ -14,7 +14,7 @@ import { useWorkflowRegistry } from '@/stores/workflow/registry'
|
|||||||
import { ConsoleEntry } from './components/console-entry/console-entry'
|
import { ConsoleEntry } from './components/console-entry/console-entry'
|
||||||
|
|
||||||
export function Console() {
|
export function Console() {
|
||||||
const [isCollapsed, setIsCollapsed] = useState(false)
|
const [isCollapsed, setIsCollapsed] = useState(true)
|
||||||
const [width, setWidth] = useState(336) // 84 * 4 = 336px (default width)
|
const [width, setWidth] = useState(336) // 84 * 4 = 336px (default width)
|
||||||
const [isDragging, setIsDragging] = useState(false)
|
const [isDragging, setIsDragging] = useState(false)
|
||||||
const entries = useConsoleStore((state) => state.entries)
|
const entries = useConsoleStore((state) => state.entries)
|
||||||
|
|||||||
Reference in New Issue
Block a user