Skip to content

Commit c1549bf

Browse files
committed
remove enter log, hinesboy#163
1 parent a26b646 commit c1549bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/core/keydown-listen.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export const keydownListen = ($vm) => {
9292
}
9393
case KEY_CODE.ENTER: {
9494
// enter
95-
console.log('enter')
9695
if ($vm.$refs.toolbar_left.s_img_link_open) {
9796
e.preventDefault()
9897
$vm.$refs.toolbar_left.$imgLinkAdd();

0 commit comments

Comments
 (0)