Skip to content

Commit dcf130b

Browse files
committed
chore: add todo
1 parent 7162c0e commit dcf130b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugin/keypress.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export default function (mind: MindElixirInstance, options: boolean | KeypressOp
184184
mind.container.onkeydown = e => {
185185
e.preventDefault()
186186
if (!mind.editable) return
187+
// TODO
187188
if (e.target !== e.currentTarget) {
188189
// input
189190
return

0 commit comments

Comments
 (0)