diff --git a/ext/src/ui/popup/index.tsx b/ext/src/ui/popup/index.tsx index 570ca89..faa389d 100755 --- a/ext/src/ui/popup/index.tsx +++ b/ext/src/ui/popup/index.tsx @@ -187,7 +187,7 @@ class PopupApp extends Component<{}, PopupAppState> { if (fileUrl) { this.setState({ mediaType - , filePath: fileUrl.href + , filePath: fileUrl }); return;