display prompt after changing display styles
This commit is contained in:
parent
312489e94e
commit
30925a505d
@ -1790,6 +1790,7 @@ displayFormatBtn.addEventListener("click", () => {
|
|||||||
topRowText.style.display = "inline";
|
topRowText.style.display = "inline";
|
||||||
bottomRowText.style.display = "inline";
|
bottomRowText.style.display = "inline";
|
||||||
secondRow.style.display = "flex";
|
secondRow.style.display = "flex";
|
||||||
|
displaySavePrompt();
|
||||||
inputScrollSpeedRow.forEach((value) => {
|
inputScrollSpeedRow.forEach((value) => {
|
||||||
value.parentElement.parentElement.style.display = "flex";
|
value.parentElement.parentElement.style.display = "flex";
|
||||||
});
|
});
|
||||||
@ -1797,6 +1798,7 @@ displayFormatBtn.addEventListener("click", () => {
|
|||||||
topRowText.style.display = "none";
|
topRowText.style.display = "none";
|
||||||
bottomRowText.style.display = "none";
|
bottomRowText.style.display = "none";
|
||||||
secondRow.style.display = "none";
|
secondRow.style.display = "none";
|
||||||
|
displaySavePrompt();
|
||||||
inputScrollSpeedRow.forEach((value) => {
|
inputScrollSpeedRow.forEach((value) => {
|
||||||
value.parentElement.parentElement.style.display = "none";
|
value.parentElement.parentElement.style.display = "none";
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user