Disabled substitution scrolling since add button is right next to where the new card will show

This commit is contained in:
ebolam
2022-10-12 09:51:29 -04:00
parent 4b86967e7b
commit a615c1a3b9

View File

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