comment off inputanimation

This commit is contained in:
Justin 2022-02-28 21:41:19 +08:00 committed by GitHub
parent 5b5fafae1f
commit 62c9ae36be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1519,7 +1519,7 @@ window.onload = () => {
getDispayFormat && (displayFormatDropDown.value = getDispayFormat); getDispayFormat && (displayFormatDropDown.value = getDispayFormat);
selectedDisplayText.innerText = displayFormatDropDown.value; selectedDisplayText.innerText = displayFormatDropDown.value;
getInputAnimation && (inputAnimation.value = getInputAnimation); // getInputAnimation && (inputAnimation.value = getInputAnimation);
if (selectedDisplayText.innerText === "Professional two rows") { if (selectedDisplayText.innerText === "Professional two rows") {
topRowText.style.display = "inline"; topRowText.style.display = "inline";