Skip to content

Commit

Permalink
fix(web): text paste bug introduced with image paste (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsaban committed Jun 18, 2024
1 parent dc19313 commit 23faf46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/components/dashboard/bookmarks/EditorCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export default function EditorCard({ className }: { className?: string }) {
}
}}
onPaste={(e) => {
e.preventDefault();
if (demoMode) {
return;
}
Expand Down

0 comments on commit 23faf46

Please sign in to comment.