We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|local
1 parent 2ede3f9 commit 6da7689Copy full SHA for 6da7689
src/lib/components/Menu.svelte
@@ -58,6 +58,7 @@
58
on:close
59
let:close
60
>
61
+ <!-- TODO: Add `|local` to transition without breaking `ToggleButton` usage: https://github.com/techniq/svelte-ux/issues/51 -->
62
<!-- svelte-ignore a11y-click-events-have-key-events -->
63
<menu
64
class="menu-items outline-none max-h-screen"
@@ -67,7 +68,7 @@
67
68
// Do not allow event to reach Popover's on:mouseup (clickOutside)
69
e.stopPropagation();
70
}}
- transition:transition|local={transitionParams}
71
+ transition:transition={transitionParams}
72
use:focusMove={{ disabled: !moveFocus }}
73
74
<slot {close} />
0 commit comments