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
then b will not be closed by escape.
That is because of that string. active there is not the initial dialog anymore, as far other dialogs have overwritten it. Not sure what is the purpose of active, it seems that it is better to use self.
The text was updated successfully, but these errors were encountered:
If we create multiple dialogs:
then
b
will not be closed by escape.That is because of that string.
active
there is not the initial dialog anymore, as far other dialogs have overwritten it. Not sure what is the purpose ofactive
, it seems that it is better to useself
.The text was updated successfully, but these errors were encountered: