enso/app/gui/language
Paweł Grabarz dcdba8d1ac
Fix list editor panics during insertion (#6540)
# Important Notes
The mouse handling changes involve an unfortunate huge hack, where we enable mouse events on the mouse shape during box selection. That way we know for sure that no other shape will be able to receive mouse enter event. Then the list editor widget is modified to only actually respond to events when its background is hovered. We will definitely want a more proper way to handle mouse event contention, but it's definitely out of scope for current bugfixing.
2023-05-17 18:53:51 +00:00
..
ast Finishing Vector Editor (#6470) 2023-05-02 11:24:20 +02:00
parser Exclude comparison operators from modifier logic (#6370) 2023-04-24 06:52:42 -07:00
span-tree Fix list editor panics during insertion (#6540) 2023-05-17 18:53:51 +00:00