mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 16:42:14 +00:00
Lots of minor fixes
This commit is contained in:
@@ -8,7 +8,7 @@ Chat.FileButtonBehaviorImpl = {
|
||||
if (!fileInput) {
|
||||
fileInput = document.createElement('input');
|
||||
fileInput.type = 'file';
|
||||
fileInput.multiple = 'true';
|
||||
fileInput.multiple = 'false';
|
||||
fileInput.className = 'fileInput';
|
||||
fileInput.style.position = 'fixed';
|
||||
fileInput.style.top = '-10000px';
|
||||
|
||||
Reference in New Issue
Block a user