Skip to content

Commit

Permalink
fix: Remove the extra separator when the user dropdown menu is empty. (
Browse files Browse the repository at this point in the history
  • Loading branch information
gee1k authored Oct 7, 2024
1 parent 2d019b3 commit 518b869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ if (enableShortcutKey.value) {
</div>
</div>
</DropdownMenuLabel>
<DropdownMenuSeparator />
<DropdownMenuSeparator v-if="menus?.length" />
<DropdownMenuItem
v-for="menu in menus"
:key="menu.text"
Expand Down

0 comments on commit 518b869

Please sign in to comment.