Explorar o código

Tag: fix stop propagation problem (#15150)

infjer %!s(int64=6) %!d(string=hai) anos
pai
achega
603d94a7e4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/tag/src/tag.vue

+ 0 - 1
packages/tag/src/tag.vue

@@ -23,7 +23,6 @@
         this.$emit('close', event);
       },
       handleClick(event) {
-        event.stopPropagation();
         this.$emit('click', event);
       }
     },