@veritree/ui 0.91.0 → 0.91.1

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.
@@ -245,6 +245,7 @@ export const floatingUiItemMixin = {
245
245
  return;
246
246
  }
247
247
 
248
+ this.$emit('click');
248
249
  this.multiple ? this.handleToogle() : this.handleClick();
249
250
  this.multiple ? null : this.$nextTick(() => this.leaveMenu());
250
251
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.91.0",
3
+ "version": "0.91.1",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",