diff --git a/list-editor/index.js b/list-editor/index.js index 20a7722..d7bbeef 100644 --- a/list-editor/index.js +++ b/list-editor/index.js @@ -419,7 +419,6 @@ function editor(root, inputData, options) { }); $(root).on('keydown', function (event) { - console.log('keydown') let target = event.target; let dir = 0;