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() {
|
||||
if (pendingTarget === null) return;
|
||||
|
||||
activeTarget = pendingTarget;
|
||||
pendingTarget = null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue