mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Fix issue processwire/processwire-issues#1767
This commit is contained in:
@@ -164,7 +164,7 @@ var ProcessWireAdmin = {
|
||||
function mouseleaver() {
|
||||
if(timer) clearTimeout(timer);
|
||||
timer = setTimeout(function() {
|
||||
if($ul.filter(":hover").length || $a.filter(":hover").length) {
|
||||
if(($ul.length && $ul[0].matches(':hover')) || ($a.length && $a[0].matches(':hover'))) {
|
||||
return;
|
||||
}
|
||||
$ul.fadeOut('fast');
|
||||
|
2
wire/templates-admin/scripts/main.min.js
vendored
2
wire/templates-admin/scripts/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user