Close popup menu on navigation hover
This commit is contained in:
parent
5c8ff5fd02
commit
d627b65fa5
8
js/complete.min.js
vendored
8
js/complete.min.js
vendored
File diff suppressed because one or more lines are too long
2
js/utility.min.js
vendored
2
js/utility.min.js
vendored
File diff suppressed because one or more lines are too long
@ -520,6 +520,14 @@ _$('body').addEventListener(
|
||||
}
|
||||
);
|
||||
|
||||
// Hover over main menu
|
||||
_$$$('full-navigation')?.addEventListener('mouseover', () => {
|
||||
if (fcn_lastClicked) {
|
||||
fcn_removeLastClick(fcn_lastClicked);
|
||||
document.activeElement?.blur();
|
||||
}
|
||||
});
|
||||
|
||||
// =============================================================================
|
||||
// REMOVE PARAGRAPH TOOLS BUTTONS FROM TEXT SELECTION
|
||||
// =============================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user