SYNC: slightly better dropdownmanu-layout algorithm

This commit is contained in:
SPRINX0\prochazka
2025-03-26 16:13:01 +01:00
committed by Diflow
parent c1da8321ac
commit bd571dc93d
5 changed files with 54 additions and 35 deletions

View File

@@ -8,6 +8,7 @@
<DropDownMenu
left={$currentDropDownMenu.left}
top={$currentDropDownMenu.top}
bottom={$currentDropDownMenu.bottom}
items={$currentDropDownMenu.items}
targetElement={$currentDropDownMenu.targetElement}
on:close={() => ($currentDropDownMenu = null)}