Skip to content

Commit

Permalink
Fix context menu empty on button click in tiles view (#10900)
Browse files Browse the repository at this point in the history
* Fix context menu empty on button click in tiles view

* Add changelog item

* Update changelog/unreleased/bugfix-context-menu-empty-in-tiles-view

Co-authored-by: Benedikt Kulmann <[email protected]>

---------

Co-authored-by: Benedikt Kulmann <[email protected]>
  • Loading branch information
AlexAndBear and kulmann authored May 14, 2024
1 parent 7d9a27b commit 5a7bb44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-context-menu-empty-in-tiles-view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Context menu empty in tiles view

We've fixed a bug where the context menu was empty in the tiles view after clicking the show context menu button

https://github.com/owncloud/web/pull/10900
https://github.com/owncloud/web/issues/10793
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 5a7bb44

Please sign in to comment.