mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-22 02:41:23 +02:00
Fix edge case in popover
This commit is contained in:
parent
8a41a9f506
commit
1b42312d02
@ -56,6 +56,8 @@ function clearTogglePopoverTimeout() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function showPopover() {
|
function showPopover() {
|
||||||
|
if (pendingTarget === null) return;
|
||||||
|
|
||||||
activeTarget = pendingTarget;
|
activeTarget = pendingTarget;
|
||||||
pendingTarget = null;
|
pendingTarget = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user