unselect all cards using esc key or click (#1393)
* unselect all cards using esc key or click * useScopedHotKeys * useListenClickByClassName * rules are rules * smoothing out || cursor-boxing-selection compliant * replenished activeCardIds * setRecoilState
This commit is contained in:
6
front/src/modules/ui/board/states/activeCardIdsState.ts
Normal file
6
front/src/modules/ui/board/states/activeCardIdsState.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const activeCardIdsState = atom<string[]>({
|
||||
key: 'activeCardIdsState',
|
||||
default: [],
|
||||
});
|
||||
Reference in New Issue
Block a user