- refactor context menu and action bar into seperate components
- fix styling context menu
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
import { PositionType } from '@/ui/action-bar/types/PositionType';
|
||||
import { PositionType } from '@/ui/context-menu/types/PositionType';
|
||||
|
||||
export const contextMenuPositionState = atom<PositionType>({
|
||||
key: 'contextMenuPositionState',
|
||||
|
||||
Reference in New Issue
Block a user