Lindsay Hall
Lindsay Hall
This fixes #82 by only calling stopPropagation() on the event if an item was actually focused.
### Description IronMenuBehavior's _onKeyDown calls stopPropagation() on every keydown event, instead of just stopping the propagation of key combos which you can use to select items. This prevents global event...
Within Google Workspace, we have multiple applications which are on different sub-domains: for example, meet.google.com, docs.google.com, mail.google.com. Currently, if these applications want to communicate using a Broadcast Channel, we must...