this doesn't really make things faster, but I tried
This commit is contained in:
@@ -110,6 +110,7 @@ export default function Manual() {
|
||||
|
||||
let nextDiv = e.target.parentNode.parentNode.nextSibling;
|
||||
nextDiv.childNodes[1].childNodes[1].focus()
|
||||
nextDiv.childNodes[1].childNodes[1].setSelectionRange(0, 1)
|
||||
}
|
||||
}}
|
||||
></TextInputField>
|
||||
|
||||
Reference in New Issue
Block a user