mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
Fix submenu issue in some themes
This commit is contained in:
parent
6ce017e04f
commit
bca001fddb
@ -488,6 +488,7 @@ class Menu {
|
||||
}
|
||||
addEventListeners(entry, 'mouseenter mouseover', (e) => {
|
||||
if (e.target.classList.contains('menu_separator')) return;
|
||||
if (e.target.classList.contains('contextMenu')) return;
|
||||
scope.hover(entry, e);
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user