enso/app/gui2/mock
Adam Obuchowicz b28b743ae4
Set of GUI2 widgets fixes (#8749)
Implements first two points of #8745

1. The fix for drop-down was simple, just stop click propagation
2. The fix for connections was much more complicated. It turned out, that it's about keeping track of hovered ports; when picking an option in WidgetSelection makes the drop-down disappear - but that won't emit `pointerleave` event, so the port was still deemed hovered. Changed the mechanism for tracking hovered port to more "centralized" one.
2024-01-15 08:12:34 +00:00
..
engine.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
index.ts Fix GUI2 entrypoint (#8542) 2023-12-21 15:04:30 +00:00
projectManager.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00
providers.ts Set of GUI2 widgets fixes (#8749) 2024-01-15 08:12:34 +00:00
vue.ts Set output evaluation context for a single node (#8440) 2023-12-15 10:29:15 +00:00