feat: add paste without formatting command
This commit is contained in:
@@ -14,6 +14,7 @@ function makeActions(): KeyboardActions {
|
||||
onGoForward: vi.fn(),
|
||||
onOpenInNewWindow: vi.fn(),
|
||||
onOpenSettings: vi.fn(),
|
||||
onPastePlainText: vi.fn(),
|
||||
onQuickOpen: vi.fn(),
|
||||
onReplaceInNote: vi.fn(),
|
||||
onSave: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user