Real-time collaboration within space (#411)
This commit is contained in:
@@ -43,6 +43,8 @@ export default function reducer(
|
||||
return {
|
||||
...state,
|
||||
showPageNavigator: true,
|
||||
showCommandPalette: false,
|
||||
showFilterBox: false,
|
||||
};
|
||||
case "stop-navigate":
|
||||
return {
|
||||
@@ -69,6 +71,8 @@ export default function reducer(
|
||||
return {
|
||||
...state,
|
||||
showCommandPalette: true,
|
||||
showPageNavigator: false,
|
||||
showFilterBox: false,
|
||||
showCommandPaletteContext: action.context,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user