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
It will never call handle(), and it's been this way for a while. I'll need to investigate the best and safest way to fix this. Discovered in phetsims/phet-core#103 (yay TypeScript)
The bug is:
self._linkEventsHandled&&event.handle();
where self refers to window.self (and it's not even in RichText, so it's hard to forward that info over).
The text was updated successfully, but these errors were encountered:
It will never call handle(), and it's been this way for a while. I'll need to investigate the best and safest way to fix this. Discovered in phetsims/phet-core#103 (yay TypeScript)
The bug is:
where self refers to window.self (and it's not even in RichText, so it's hard to forward that info over).
The text was updated successfully, but these errors were encountered: