Bug Fix: company create from people + scroll settings (#545)
This commit is contained in:
@ -12,7 +12,6 @@ export function useHotkeysScopeStackAutoSync() {
|
||||
|
||||
const hotkeysScopeStack = useRecoilValue(hotkeysScopeStackState);
|
||||
const customHotkeysScopes = useRecoilValue(customHotkeysScopesState);
|
||||
|
||||
useEffect(() => {
|
||||
if (hotkeysScopeStack.length === 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user