1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Lexical: Completed out table menu elements, logic pending

This commit is contained in:
Dan Brown
2024-08-03 18:01:54 +01:00
parent a27a325af7
commit e94ad78ea7
7 changed files with 409 additions and 66 deletions

View File

@ -44,5 +44,5 @@ export function handleDropdown(options: HandleDropdownParams) {
toggle.addEventListener('mouseenter', toggleShowing);
}
menu.addEventListener('mouseleave', hide);
menu.parentElement?.addEventListener('mouseleave', hide);
}