Petr Jaroš
Petr Jaroš
Having the same issue: Subflow1:  Subflow 2:  Flow:  - First inject sends a value 11. - Second inject writes that value into console. If I make changes...
Here is my hack to fix the behavior: https://stackblitz.com/edit/yueied-jdgkvz?file=src%2Fexample.tsx ``` { const focusedElement = document.activeElement as HTMLElement | null; !data.open && focusedElement && focusedElement.blur(); }} > ```