bug: use 2 space instead of tab
This commit is contained in:
parent
0a9a92ee7d
commit
6e7e2de490
@ -4,7 +4,7 @@
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
e.target.setRangeText(
|
e.target.setRangeText(
|
||||||
'\t',
|
' ',
|
||||||
e.target.selectionStart,
|
e.target.selectionStart,
|
||||||
e.target.selectionStart,
|
e.target.selectionStart,
|
||||||
'end'
|
'end'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user