fix: Index missing

This commit is contained in:
Net 2024-08-28 17:31:30 +07:00 committed by Methapon Metanipat
parent 6b877d44f1
commit e863ed2580

View file

@ -128,6 +128,7 @@ const { pdf, pages } = usePDF(computed(() => currentFile.value?.url));
file.push({
group: dropdownList?.[i].value || 'other',
});
currentIndex = file.length - 1;
}
browse();
}