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