1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 01:34:31 +02:00
This commit is contained in:
Ryan Cramer
2022-12-02 08:02:49 -05:00
parent b18ce642ef
commit 56e999dddb
8 changed files with 163 additions and 156 deletions

View File

@@ -310,7 +310,7 @@ var ProcessWireAdmin = {
if(!dropdownPositionsMonitored && data.list.length > 10) {
dropdownPositionsMonitored = true;
setupDropdownHover = true;
$(document).on('hover', 'ul.pw-dropdown-menu a', function() {
$(document).on('mouseenter', 'ul.pw-dropdown-menu a', function() {
hoverDropdownAjaxItem($(this));
});
}

File diff suppressed because one or more lines are too long