diff --git a/app/javascript/widget/components/ImageBubble.vue b/app/javascript/widget/components/ImageBubble.vue index 2bbd65c8f..8bf078400 100644 --- a/app/javascript/widget/components/ImageBubble.vue +++ b/app/javascript/widget/components/ImageBubble.vue @@ -28,6 +28,9 @@ export default { onImgError() { this.$emit('error'); }, + onClick() { + this.$emit('click'); + }, }, };