@mythpe/quasar-ui-qui 0.3.80 → 0.3.81

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.3.80",
3
+ "version": "0.3.81",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -485,7 +485,7 @@ const bindAttr = computed(() => ({
485
485
  }))
486
486
  const showIfContext = (contextBtn: GenericMDtBtn): boolean => {
487
487
  contextBtn = toValue(contextBtn)
488
- if (selected.value.length === 0) {
488
+ if (selected.value.length === 1) {
489
489
  const per = typeof contextBtn.showIf === 'function' ? contextBtn.showIf(selected.value[0], 0) : contextBtn.showIf === !0
490
490
  const single = (!!contextBtn.click || !!contextBtn.attr?.to)
491
491
  const multi = !!contextBtn.multiClick