mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
70b8c3dfea
There is a tricky mouse event interaction between chakra's `useOutsideClick()` hook (used by chakra `<Menu />`) and reactflow. The hook doesn't work when you click the main reactflow area. To get around this, I've used a dirty hack, copy-pasting the simple context menu component we use, and extending it slightly to respond to a global `contextMenusClosed` redux action. |
||
---|---|---|
.. | ||
Boards | ||
CurrentImage | ||
ImageContextMenu | ||
ImageGrid | ||
ImageMetadataViewer | ||
GalleryBoardName.tsx | ||
GalleryPanel.tsx | ||
GalleryPinButton.tsx | ||
GallerySettingsPopover.tsx | ||
ImageFallbackSpinner.tsx | ||
ImageGalleryContent.tsx | ||
NextPrevImageButtons.tsx |