Skip to content

Commit

Permalink
fix(searc): the annotation preview popover would appear on the right …
Browse files Browse the repository at this point in the history
…when hovering results.
  • Loading branch information
geoffroy-noel-ddh committed Oct 1, 2024
1 parent 3b6adce commit 698f5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/search.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ createApp({
// preview annotation
onMouseEnterItem(item) {
this.hoveredItem = item
this.showModalOnTheRight = false
},
onMouseLeaveItem(item) {
this.hoveredItem = null
Expand Down

0 comments on commit 698f5a4

Please sign in to comment.