We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d64031 commit 2bdd6bfCopy full SHA for 2bdd6bf
1 file changed
Pagetual/pagetual.user.js
@@ -7036,7 +7036,9 @@
7036
ruleParser.customRules.unshift(rulesData.editTemp);
7037
rulesData.editTemp = null;
7038
storage.setItem("rulesData", rulesData);
7039
- customRulesInput.previousElementSibling.scrollIntoView();
+ setTimeout(() => {
7040
+ customRulesInput.previousElementSibling.scrollIntoView();
7041
+ }, 300);
7042
}
7043
customRulesInput.style.width = "100%";
7044
customRulesInput.style.height = "800px";
0 commit comments