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
..
2023-08-01 07:59:01 -04:00
2023-08-14 22:59:26 -04:00
2023-08-16 09:54:38 +10:00
2023-07-28 09:46:44 -04:00
2023-07-13 20:31:10 +00:00
2023-05-11 11:55:51 +10:00
2023-03-03 00:02:15 -05:00
2023-03-03 00:02:15 -05:00
2023-03-03 00:02:15 -05:00
2023-08-16 09:54:38 +10:00
2023-08-01 08:54:03 +10:00