Fix edge case in popover
This commit is contained in:
parent
8a41a9f506
commit
1b42312d02
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ function clearTogglePopoverTimeout() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function showPopover() {
|
function showPopover() {
|
||||||
|
if (pendingTarget === null) return;
|
||||||
|
|
||||||
activeTarget = pendingTarget;
|
activeTarget = pendingTarget;
|
||||||
pendingTarget = null;
|
pendingTarget = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue