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
I can not reproduce the issue with Insiders from 3 days ago which does not contain your fix
However your fix looks good, and looking at the code and analysing the behavior on my machine I am just lucky that onDidOpen fires first, and only latter the onMiddleClick fires. So for me first I open it which is a no-op, and then the middleClick comes which closes it resulting in a correct behavior at the end.
However your fix is good, since it covers this case when the events come in the opposite order.
Thus closing
Steps to Reproduce:
=> 🐛 the editor closes but also opens the next editor in the list
I would expect the editor to close and not open.
@isidorn pushed a workaround, please check: b032304
The text was updated successfully, but these errors were encountered: