Fix for new substitutions scrolling to the top instead of the bottom of the screen

This commit is contained in:
ebolam
2022-10-12 07:58:30 -04:00
parent de5360e22a
commit 4b86967e7b

View File

@@ -4947,7 +4947,7 @@ let load_substitutions;
let c = {target: "", substitution: "", enabled: true}
substitutions.push(c);
c.card = makeCard(c);
newCardButton.scrollIntoView();
newCardButton.scrollIntoView(false);
});
// Event handler on input