don't auto hide sheet when select icon
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user