@@ -1447,7 +1447,7 @@ export default {
|
|||||||
clearTimeout(this.saveCustomAnnotationTimer)
|
clearTimeout(this.saveCustomAnnotationTimer)
|
||||||
this.saveCustomAnnotationTimer = null
|
this.saveCustomAnnotationTimer = null
|
||||||
}
|
}
|
||||||
this.saveCustomAnnotationTimer = setTimeout(() => { this.saveCustomAnnotation(annotation) }, 500)
|
this.saveCustomAnnotation(annotation)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// if (this.isNumber(operateStateEnum)) {
|
// if (this.isNumber(operateStateEnum)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user