bug: use 2 space instead of tab

This commit is contained in:
w3cj 2024-04-12 07:23:48 -06:00
parent 0a9a92ee7d
commit 6e7e2de490

View File

@ -4,7 +4,7 @@ function handleKeydown(e) {
e.preventDefault();
e.target.setRangeText(
'\t',
' ',
e.target.selectionStart,
e.target.selectionStart,
'end'