aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web
diff options
context:
space:
mode:
authorMd Saban <45597394+mdsaban@users.noreply.github.com>2024-06-18 16:08:10 +0530
committerGitHub <noreply@github.com>2024-06-18 11:38:10 +0100
commit23faf46bdd3526b000fae6aa32ca399748e53897 (patch)
tree83fc31519dd02eab599feb5cd46d2defe082db05 /apps/web
parentdc193134f9b2513235a74bcf9cbf0d26ef9a3eae (diff)
downloadkarakeep-23faf46bdd3526b000fae6aa32ca399748e53897.tar.zst
fix(web): text paste bug introduced with image paste (#232)
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/components/dashboard/bookmarks/EditorCard.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/bookmarks/EditorCard.tsx b/apps/web/components/dashboard/bookmarks/EditorCard.tsx
index ed262d65..9899d5d3 100644
--- a/apps/web/components/dashboard/bookmarks/EditorCard.tsx
+++ b/apps/web/components/dashboard/bookmarks/EditorCard.tsx
@@ -176,7 +176,6 @@ export default function EditorCard({ className }: { className?: string }) {
}
}}
onPaste={(e) => {
- e.preventDefault();
if (demoMode) {
return;
}