We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9326acc commit ea843deCopy full SHA for ea843de
lib/plugins/codeit-autolinker.js
@@ -50,7 +50,7 @@
50
});
51
52
53
- const onClickEvent = 'if ((event.ctrlKey || event.metaKey) && event.shiftKey) { event.preventDefault(); window.open(this.href, \"_blank\") }';
+ const onClickEvent = 'if ((event.ctrlKey || event.metaKey) && event.shiftKey) { event.preventDefault(); window.open(this.href, \'_blank\') }';
54
55
const isMac = navigator.platform.indexOf('Mac') > -1;
56
0 commit comments