You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a simple click on DndActor prevents bubbling all the events, related to the other components, like blur on inputs. It leads to not losing focus on inputs and not emitting all other possible useful events.
There was some research in this area, but not finished yet:
Problem description
Currently, a simple click on
DndActor
prevents bubbling all the events, related to the other components, like blur on inputs. It leads to not losing focus on inputs and not emitting all other possible useful events.There was some research in this area, but not finished yet:
UUI/uui-core/src/services/dnd/DndActor.tsx
Line 294 in 81ec744
Screen.Recording.2024-08-01.at.10.37.20.mov
The text was updated successfully, but these errors were encountered: