Skip to content

Commit 490a988

Browse files
committed
fix(App): Fix "Paste And Match Style"
1 parent cc03883 commit 490a988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/Menu.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ const _templateFactory = intl => [
302302
label: intl.formatMessage(menuItems.pasteAndMatchStyle),
303303
accelerator: 'Cmd+Shift+V',
304304
selector: 'pasteAndMatchStyle:',
305+
click() {
306+
getActiveWebview().pasteAndMatchStyle();
307+
},
305308
},
306309
{
307310
label: intl.formatMessage(menuItems.delete),

0 commit comments

Comments
 (0)