Don't set negative zIndex for regular image when using group VN mode
This commit is contained in:
parent
91e1281208
commit
5dd6665505
|
@ -209,7 +209,7 @@ async function visualNovelUpdateLayers(container) {
|
|||
const containerWidth = container.width();
|
||||
const pivotalPoint = containerWidth * 0.5;
|
||||
|
||||
let images = $('.expression-holder');
|
||||
let images = $('#visual-novel-wrapper .expression-holder');
|
||||
let imagesWidth = [];
|
||||
|
||||
images.sort(sortFunction).each(function () {
|
||||
|
|
Loading…
Reference in New Issue