fix duration timeout, longer to prevent date start inline edit issue

This commit is contained in:
Yuri Kuznetsov
2024-11-18 17:42:22 +02:00
parent 915f03be4a
commit 24ad0c6537
+1 -1
View File
@@ -182,7 +182,7 @@ class DurationFieldView extends EnumFieldView {
this.updateDateEnd();
setTimeout(() => this.updateDuration(), 50);
setTimeout(() => this.updateDuration(), 110);
return;
}