From 06f75e97fe72a763f64baa1a680b1298f36cd222 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 22 Nov 2019 00:51:26 +0530 Subject: [PATCH] fix: Pass all listeners to feather-icon component --- ui/components/FeatherIcon.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/components/FeatherIcon.vue b/ui/components/FeatherIcon.vue index 26c321b4..b40a2992 100644 --- a/ui/components/FeatherIcon.vue +++ b/ui/components/FeatherIcon.vue @@ -32,6 +32,7 @@ export default { width: null, height: null }), + on: this.$listeners, class: [icon.attrs.class], domProps: { innerHTML: icon.contents