Remove comments

pull/6569/head
tugcekucukoglu 2024-10-11 11:30:29 +03:00
parent b2f23c1458
commit e0997a9238
1 changed files with 0 additions and 6 deletions

View File

@ -358,12 +358,6 @@ export default {
} else if (!this.dirty && event.processedOption.level === 0) {
this.onOptionClick(event);
}
} else {
// if (this.dirty || (!this.dirty && isNotEmpty(this.modelValue))) {
// this.onOptionChange(event);
// } else if (!this.dirty && event.processedOption.level === 0) {
// this.onOptionClick(event);
// }
}
},
onOptionMouseMove(event) {