v4.3 ui: 3D wooden bookshelf redesign, fix player cover aspect ratio, and smooth subtitle scroll
This commit is contained in:
@@ -92,6 +92,9 @@ async function handlePdfFile(file) {
|
||||
document.getElementById('projectName').value = projectName;
|
||||
currentProject.name = projectName;
|
||||
|
||||
// v4.4: auto-generated thumbnail token সংরক্ষণ
|
||||
pendingThumbnailToken = data.pending_thumbnail || null;
|
||||
|
||||
renderDocumentBlocks(data.blocks);
|
||||
|
||||
document.getElementById('uploadSection').style.display = 'none';
|
||||
@@ -145,6 +148,9 @@ async function handleWordFile(file) {
|
||||
document.getElementById('projectName').value = projectName;
|
||||
currentProject.name = projectName;
|
||||
|
||||
// v4.4: auto-generated thumbnail token সংরক্ষণ
|
||||
pendingThumbnailToken = data.pending_thumbnail || null;
|
||||
|
||||
renderDocumentBlocks(data.blocks);
|
||||
|
||||
document.getElementById('uploadSection').style.display = 'none';
|
||||
|
||||
Reference in New Issue
Block a user