mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 10:07:24 -06:00
Fix edge case in popover
This commit is contained in:
@@ -56,6 +56,8 @@ function clearTogglePopoverTimeout() {
|
||||
}
|
||||
|
||||
function showPopover() {
|
||||
if (pendingTarget === null) return;
|
||||
|
||||
activeTarget = pendingTarget;
|
||||
pendingTarget = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user