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
Dialog._dialogStack items focus property is not cleared, so the 0th item may hold a reference to an item removed from DOM i.e. kind of a leak. I suggest one of the following solutions:
Stop using previous ds item and just set previous focus to the current ds item.
The focus in the previous ds item is removed on hide().
The focus is held by a weak reference.
The text was updated successfully, but these errors were encountered:
Dialog._dialogStack
itemsfocus
property is not cleared, so the 0th item may hold a reference to an item removed from DOM i.e. kind of a leak. I suggest one of the following solutions:ds
item and just set previous focus to the current ds item.focus
in the previousds
item is removed onhide()
.focus
is held by a weak reference.The text was updated successfully, but these errors were encountered: