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
cinnamonEntry.js: Allow addContextMenu() to re-use an existing
PopupMenuManager.
If the St.Entry is inside of a popup menu (and *not* a modal dialog),
that menu's 'captured-event' handler can receive unintended events,
and react to focus loss, closing both the original popup and context
menu.
The original menu's manager can safely deal with multiple popups,
and ensure 'correct' behavior in this situation.
ref:
https://github.com/linuxmint/cinnamon/pull/13472