Don't set negative zIndex for regular image when using group VN mode

This commit is contained in:
Cohee 2023-11-28 11:40:39 +02:00
parent 91e1281208
commit 5dd6665505
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {