Feat/open input not focus (#811)
* Fixed click outside * Finished * Fixed tests
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
import { atomFamily } from 'recoil';
|
||||
|
||||
import { HotkeyScope } from '../../../hotkey/types/HotkeyScope';
|
||||
|
||||
export const customCellHotkeyScopeScopedState = atomFamily<
|
||||
HotkeyScope | null,
|
||||
string
|
||||
>({
|
||||
key: 'customCellHotkeyScopeScopedState',
|
||||
default: null,
|
||||
});
|
||||
Reference in New Issue
Block a user