Explorar o código

tiny fix to avoid endless loop

Falko Schindler %!s(int64=3) %!d(string=hai) anos
pai
achega
ec6731835c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      nicegui/elements/annotation_tool.js

+ 1 - 0
nicegui/elements/annotation_tool.js

@@ -17,6 +17,7 @@ Vue.component("annotation_tool", {
     const handle_completion = () => {
       if (this.waiting_source) {
         image.src = this.waiting_source;
+        this.waiting_source = undefined;
       } else {
         this.loading = false;
       }