mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-17 13:52:14 +01:00
Removes commas in multiple dots with text.
This commit is contained in:
@@ -240,7 +240,7 @@ class PdfContainer {
|
||||
inputArr.pop(); // remove right part after last dot
|
||||
}
|
||||
|
||||
filenameInput.value = inputArr.join();
|
||||
filenameInput.value = inputArr.join('');
|
||||
this.filename = filenameInput.value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user