Fix browser receiver selector file path access

This commit is contained in:
hensm
2019-09-06 06:47:15 +01:00
parent c1f34ffeda
commit 087cd79b8b

View File

@@ -187,7 +187,7 @@ class PopupApp extends Component<{}, PopupAppState> {
if (fileUrl) {
this.setState({
mediaType
, filePath: fileUrl.href
, filePath: fileUrl
});
return;