Commit 68ea5bb
committed
✨ fix(menu): remove submenu animation
- Introduced `data-submenu` attribute to the `ContextMenu.Positioner` and `DropdownMenuPositioner` components for improved submenu handling.
- Updated styles in `sharedStyle.ts` to manage submenu animations effectively.
This enhancement improves the functionality and styling of dropdown and context menus, ensuring better user experience with submenus.
Signed-off-by: Innei <tukon479@gmail.com>1 parent b7c32aa commit 68ea5bb
File tree
3 files changed
+7
-1
lines changed- src
- ContextMenu
- DropdownMenu
- Menu
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
| |||
0 commit comments