feat: add paste without formatting command

This commit is contained in:
lucaronin
2026-05-01 00:31:14 +02:00
parent adcaa8a387
commit ee71a00c6f
46 changed files with 673 additions and 119 deletions

View File

@@ -38,6 +38,7 @@ function makeHandlers(): MenuEventHandlers {
onToggleRawEditor: vi.fn(),
onToggleDiff: vi.fn(),
onToggleAIChat: vi.fn(),
onPastePlainText: vi.fn(),
onGoBack: vi.fn(),
onGoForward: vi.fn(),
onCheckForUpdates: vi.fn(),