mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +00:00
fix for #275
This commit is contained in:
parent
794aede27f
commit
7b83104fd6
@ -17,9 +17,13 @@
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.arrows .btn {
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
.move-up span,
|
||||
.move-down span {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user