Reset file input change

This commit is contained in:
Robin Linus 2015-12-28 05:59:50 +01:00
parent bd3103a2fe
commit b1dac708eb

View file

@ -28,6 +28,7 @@ Chat.FileButtonBehaviorImpl = {
'tap': '_openDialog'
},
_openDialog: function() {
this.fileInput.value = null;
this.fileInput.click();
}
};