Преглед на файлове

tiny fix to avoid endless loop

Falko Schindler преди 3 години
родител
ревизия
ec6731835c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;
       }