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 a26b646 commit c1549bfCopy full SHA for c1549bf
src/lib/core/keydown-listen.js
@@ -92,7 +92,6 @@ export const keydownListen = ($vm) => {
92
}
93
case KEY_CODE.ENTER: {
94
// enter
95
- console.log('enter')
96
if ($vm.$refs.toolbar_left.s_img_link_open) {
97
e.preventDefault()
98
$vm.$refs.toolbar_left.$imgLinkAdd();
0 commit comments