From 19548bb62cbbc67567d61021fa2a86fe9e6e70cd Mon Sep 17 00:00:00 2001 From: RKWojs Date: Wed, 13 Apr 2022 11:06:49 +0200 Subject: [PATCH] this doesn't really make things faster, but I tried --- components/templates/manual.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/templates/manual.js b/components/templates/manual.js index 64b654b..49f7c32 100644 --- a/components/templates/manual.js +++ b/components/templates/manual.js @@ -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) } }} >