Support drag-and-drop file publishing #4170

Merged
btzr-io merged 14 commits from drag-drop into master 2020-05-25 16:27:37 +02:00
Showing only changes of commit 944ee668b3 - Show all commits

View file

@ -175,7 +175,6 @@ function PublishFile(props: Props) {
// @endif
}
// Lazy fix for flow errors:
function handleFileChange(file: WebFile) {
const { showToast } = props;
window.URL = window.URL || window.webkitURL;