Skip to content

Commit c87b052

Browse files
Fix inability to paste links (mastodon#36896)
1 parent ebc99cd commit c87b052

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/javascript/mastodon/features/compose/containers/compose_form_container.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const processPasteOrDrop = (transfer, e, dispatch) => {
2929
try {
3030
const url = new URL(data);
3131
dispatch(pasteLinkCompose({ url }));
32-
e.preventDefault();
3332
} catch {
3433
return;
3534
}

0 commit comments

Comments
 (0)