kopia lustrzana https://github.com/cheeaun/phanpy
Reset input[type=file] after media is added
Bug: Add file A, remove fie A, add file A = nothing happenspull/49/head
rodzic
b6dfbd0819
commit
a1e2207e96
|
@ -949,6 +949,8 @@ function Compose({
|
|||
return attachments.concat(mediaFiles);
|
||||
});
|
||||
}
|
||||
// Reset
|
||||
e.target.value = '';
|
||||
}}
|
||||
/>
|
||||
<Icon icon="attachment" />
|
||||
|
|
Ładowanie…
Reference in New Issue