@webitel/ui-sdk 24.2.13 → 24.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.2.13",
3
+ "version": "24.2.15",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -99,7 +99,7 @@
99
99
  :disabled="disabled"
100
100
  class="multiselect__select"
101
101
  icon="arrow-down"
102
- @mousedown.native.prevent.stop="toggle"
102
+ @mousedown.prevent.stop="toggle"
103
103
  />
104
104
  </template>
105
105
 
@@ -195,8 +195,8 @@ export default {
195
195
  methods: {
196
196
  // for taggableMixin functionality
197
197
  handleCustomValue(toggle) {
198
- this.tag(this.searchParams.search);
199
198
  toggle();
199
+ this.tag(this.searchParams.search);
200
200
  },
201
201
  // for taggableMixin functionality
202
202
  emitTagEvent(searchQuery, id) {