lower hovercard mouseout timeout to basically zero
This commit is contained in:
parent
f6bf17897d
commit
75115ccbb3
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
};
|
||||
|
||||
if((typeof delayed === "boolean" && delayed) || (typeof delayed === "object" && delayed.type === "mouseleave")) {
|
||||
self.hoverCardTimeout = setTimeout(callback, 200);
|
||||
self.hoverCardTimeout = setTimeout(callback, 20);
|
||||
}
|
||||
else {
|
||||
callback();
|
||||
|
|
|
|||
Loading…
Reference in a new issue