[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user