Explorar el Código

Мелкая поправка

Book Pauk hace 4 años
padre
commit
3dbf00344e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/components/Reader/ContentsPage/ContentsPage.vue

+ 1 - 1
client/components/Reader/ContentsPage/ContentsPage.vue

@@ -220,8 +220,8 @@ class ContentsPage extends Vue {
 
         //асинхронная загрузка изображений
         this.imageSrc = [];
-        await utils.sleep(50);
         this.imageLoaded = false;
+        await utils.sleep(50);
         (async() => {
             for (i = 0; i < ims.length; i++) {
                 const id = ims[i].id;