Reset file input change
This commit is contained in:
parent
bd3103a2fe
commit
b1dac708eb
|
@ -28,6 +28,7 @@ Chat.FileButtonBehaviorImpl = {
|
||||||
'tap': '_openDialog'
|
'tap': '_openDialog'
|
||||||
},
|
},
|
||||||
_openDialog: function() {
|
_openDialog: function() {
|
||||||
|
this.fileInput.value = null;
|
||||||
this.fileInput.click();
|
this.fileInput.click();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue