mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-18 00:20:23 -07:00
Reset file input change
This commit is contained in:
parent
bd3103a2fe
commit
b1dac708eb
@ -28,6 +28,7 @@ Chat.FileButtonBehaviorImpl = {
|
||||
'tap': '_openDialog'
|
||||
},
|
||||
_openDialog: function() {
|
||||
this.fileInput.value = null;
|
||||
this.fileInput.click();
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user