mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
localState: add 'omniboxShown' to blacklist
This commit is contained in:
parent
8da7af4462
commit
0a632b117f
@ -41,7 +41,7 @@ const useLocalState = create<LocalState>(persist((set, get) => ({
|
||||
})),
|
||||
set: fn => set(produce(fn))
|
||||
}), {
|
||||
blacklist: ['suspendedFocus', 'toggleOmnibox'],
|
||||
blacklist: ['suspendedFocus', 'toggleOmnibox', 'omniboxShown'],
|
||||
name: 'localReducer'
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user