mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-03-17 13:26:54 +01:00
fix for #275
This commit is contained in:
@@ -53,7 +53,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
// Reset drag counter
|
||||
dragCounter = 0;
|
||||
|
||||
handleFileInputChange(fileInput);
|
||||
//handleFileInputChange(fileInput);
|
||||
fileInput.dispatchEvent(new Event('change', { bubbles: true }));
|
||||
};
|
||||
|
||||
// Prevent default behavior for drag events
|
||||
|
||||
Reference in New Issue
Block a user