InvokeAI/invokeai/frontend
psychedelicious 70b8c3dfea fix(ui): fix context menu on workflow editor
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.
2023-08-16 23:04:36 +10:00
..
CLI convert add_model(), del_model(), list_models() etc to use bifurcated names 2023-05-13 14:44:44 -04:00
install Fixed import issue in invokeai/frontend/install/model_install.py 2023-08-13 05:15:55 -07:00
merge Two changes to command-line scripts 2023-08-10 20:59:22 -04:00
training Run python black 2023-07-28 09:46:44 -04:00
web fix(ui): fix context menu on workflow editor 2023-08-16 23:04:36 +10:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00
legacy_launch_invokeai.py Run python black 2023-07-28 09:46:44 -04:00