Explorar o código

fix: events can conflict with themselves

Casper Dai %!s(int64=3) %!d(string=hai) anos
pai
achega
d79efd8bad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Schedule/ScheduleComplex/index.vue

+ 1 - 1
src/components/Schedule/ScheduleComplex/index.vue

@@ -558,7 +558,7 @@ export default {
         this.onCloseEditDialog()
         return
       }
-      if (!this.checkConflict(event, this.$eventInst?.key)) {
+      if (!this.checkConflict(event, this.$eventProxy?.key)) {
         if (this.$eventProxy) {
           this.removeEventProxy(this.$eventProxy)
         }