don't auto hide sheet when select icon

This commit is contained in:
MaysWind
2023-08-06 23:30:10 +08:00
parent c511346160
commit c88f6501fa
2 changed files with 0 additions and 2 deletions
@@ -69,7 +69,6 @@ export default {
onColorClicked(colorInfo) {
this.currentValue = colorInfo.color;
this.$emit('update:modelValue', this.currentValue);
this.$emit('update:show', false);
},
onSheetOpen(event) {
this.currentValue = this.modelValue;
@@ -89,7 +89,6 @@ export default {
onIconClicked(iconInfo) {
this.currentValue = iconInfo.id;
this.$emit('update:modelValue', this.currentValue);
this.$emit('update:show', false);
},
onSheetOpen(event) {
this.currentValue = this.modelValue;