mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 15:22:16 +00:00
Reset file input change
This commit is contained in:
@@ -28,6 +28,7 @@ Chat.FileButtonBehaviorImpl = {
|
|||||||
'tap': '_openDialog'
|
'tap': '_openDialog'
|
||||||
},
|
},
|
||||||
_openDialog: function() {
|
_openDialog: function() {
|
||||||
|
this.fileInput.value = null;
|
||||||
this.fileInput.click();
|
this.fileInput.click();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user