mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
Set default to false on console open
This commit is contained in:
@@ -9,7 +9,7 @@ export const useConsoleStore = create<ConsoleStore>()(
|
|||||||
persist(
|
persist(
|
||||||
(set, get) => ({
|
(set, get) => ({
|
||||||
entries: [],
|
entries: [],
|
||||||
isOpen: true,
|
isOpen: false,
|
||||||
|
|
||||||
addConsole: (entry) => {
|
addConsole: (entry) => {
|
||||||
set((state) => {
|
set((state) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user