mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 18:51:59 +03:00
b28b743ae4
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. |
||
---|---|---|
.. | ||
engine.ts | ||
index.ts | ||
projectManager.ts | ||
providers.ts | ||
vue.ts |