Selaa lähdekoodia

update imagezindex

chenmy 4 vuotta sitten
vanhempi
commit
3d89308366
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      HiTeachCC/ClientApp/src/plugin/PublicRenderer.js

+ 1 - 1
HiTeachCC/ClientApp/src/plugin/PublicRenderer.js

@@ -315,7 +315,7 @@ function drawImage(stage, layer, item, tr, imgUrl) {
             });
             group.add(darthNode)
             layer.add(group);
-            group.zIndex(item.index)
+            group.zIndex(item.index+1)
             layer.draw();
         });
         r(200)