Skip to content

Commit

Permalink
[#1596] ContextMenu > Disabled Menu > hover 할 때 Submenu 사라지지 않음
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonbbang committed Feb 5, 2024
1 parent 399a29c commit fa9f95c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 23,207 deletions.
2 changes: 1 addition & 1 deletion docs/views/contextMenu/example/Default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export default {
},
{
text: 'TEXT2',
disabled: true,
iconClass: 'ev-icon-s-pause',
children: [
{
Expand All @@ -137,6 +136,7 @@ export default {
},
{
text: 'TEXT3',
disabled: true,
},
]);
Expand Down
Loading

0 comments on commit fa9f95c

Please sign in to comment.