[Bug Fix] Multiple Bug Fixes (#1836)

* Fix the add file button on the multi-tools page.

* Fix a bug where the page numbers wouldn't be removed on page move on Firefox.

---------

Co-authored-by: kazandaki <ahmetfiratusta@gmail.com>
This commit is contained in:
FiratUsta
2024-09-07 23:40:19 +03:00
committed by GitHub
parent 3c04486348
commit 82219dd899
2 changed files with 8 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ class PdfActionsManager {
imgContainer.classList.toggle("split-before");
}
setActions({ movePageTo, addPdfs, rotateElement }) {
setActions({ movePageTo, addFiles, rotateElement }) {
this.movePageTo = movePageTo;
this.addFiles = addFiles;
this.rotateElement = rotateElement;