Skip to content

Commit

Permalink
Remove original input event in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelem committed Jun 21, 2024
1 parent 6bcee73 commit 1829d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nnotepad/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ document.addEventListener('DOMContentLoaded', async (e) => {
}
}

$('#input').addEventListener('input', Util.debounce(refresh, 500));
$('#device').addEventListener('change', refresh);

refresh();
Expand Down

0 comments on commit 1829d16

Please sign in to comment.