mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
resizable SideNav
This commit is contained in:
@@ -461,6 +461,9 @@ function config (state = defaultConfig, action) {
|
||||
case 'SET_LIST_WIDTH':
|
||||
state.listWidth = action.listWidth
|
||||
return Object.assign({}, state)
|
||||
case 'SET_NAV_WIDTH':
|
||||
state.navWidth = action.navWidth
|
||||
return Object.assign({}, state)
|
||||
case 'SET_CONFIG':
|
||||
return Object.assign({}, state, action.config)
|
||||
case 'SET_UI':
|
||||
|
||||
Reference in New Issue
Block a user