Started item data view with working overflow scroll

This commit is contained in:
Alexis
2023-05-14 12:23:59 +02:00
parent 0285e18556
commit 495c9ed1d0
13 changed files with 266 additions and 18 deletions

View File

@@ -25,9 +25,9 @@ function handleClickedKey(e: Event, item: MenuItem) {
}
function handleActiveBtn(e: Event, item: MenuItem) {
if (document.activeElement && e.type === 'mouseenter') {
;(document.activeElement as HTMLElement).blur()
}
// if (document.activeElement && e.type === 'mouseenter') {
// ;(document.activeElement as HTMLElement).blur()
// }
activeKey.value = item.id
bannerText.value = item.bannerText
}