Andrei486 / uml-diagram-collab

0 stars 0 forks source link

Fix bug where editable labels would stay focused #85

Closed Andrei486 closed 7 months ago

Andrei486 commented 7 months ago

One-line fix to resolve #84.

The alternative would be to find some way to not consume() click events, which leads to difficulties because events will be sent to the editing area and cause de-selecting.

Implication: future "sub-element" controllers such as the editable label should not consume() events, unless they plan to request focus manually in their handler.