commit b1dac708eb8a05abe56a5827a1177c1c71c7df35 parent bd3103a2fe4736c08b3272db10898d1554b96a8a Author: Robin Linus <robin_woll@capira.de> Date: Mon, 28 Dec 2015 05:59:50 +0100 Reset file input change Diffstat:
M | app/elements/file-sharing/file-button-behavior.html | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/app/elements/file-sharing/file-button-behavior.html b/app/elements/file-sharing/file-button-behavior.html @@ -28,6 +28,7 @@ Chat.FileButtonBehaviorImpl = { 'tap': '_openDialog' }, _openDialog: function() { + this.fileInput.value = null; this.fileInput.click(); } };