refboard: restore clipboard copy and native paste flows

This commit is contained in:
Hiren Kangad
2026-03-13 15:30:23 +05:30
parent e9e0c25491
commit 3dd110f491
4 changed files with 7 additions and 5 deletions
@@ -492,6 +492,7 @@ export const shortcuts: ShortcutDef[] = [
{
id: 'paste', keys: { key: 'v', ctrl: true },
category: 'editing', description: 'Paste',
preventDefault: false,
handler: async (ctx) => {
// Only handle recent internal copies here.
// For external clipboard content (images, text, HTML), do NOT call