diff --git a/frontend/src/components/VImageCell/VImageCell.vue b/frontend/src/components/VImageCell/VImageCell.vue index 90efb03110f..d2d16720c4b 100644 --- a/frontend/src/components/VImageCell/VImageCell.vue +++ b/frontend/src/components/VImageCell/VImageCell.vue @@ -190,7 +190,9 @@ export default defineComponent({ * @param event - the mouse click event */ const sendSelectSearchResultEvent = (event: MouseEvent) => { - if (event.button !== 0) return + if (event.button !== 0) { + return + } sendCustomEvent("SELECT_SEARCH_RESULT", { id: props.image.id,