Skip to content

Commit

Permalink
Fix context menu empty on button click in tiles view
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed May 14, 2024
1 parent a75e3c6 commit 4988b37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export default defineComponent({
if (dropdown?.tippy === undefined) {
return
}
resourcesStore.setSelection([item.id])
displayPositionedDropdown(dropdown.tippy, event, unref(tileRefs).dropBtns[index])
}
Expand Down

0 comments on commit 4988b37

Please sign in to comment.