This commit is contained in:
troy
2022-02-07 18:34:03 +01:00
parent 28e68b094c
commit 8170b81554
44 changed files with 6705 additions and 34 deletions

4
autosize.min.js vendored
View File

@@ -1,2 +1,2 @@
function autosize(tx){for(var i=0;i<tx.length;i++){tx[i].setAttribute("style","height:"+tx[i].scrollHeight+"px;overflow-y:hidden;");tx[i].addEventListener("input",OnInputAutoSize,false)}}function OnInputAutoSize(){this.style.height="auto";this.style.height=this.scrollHeight+"px"};
//# sourceMappingURL=autosize.min.js.map
function autosize(tx){for(let i=0;i<tx.length;i++)tx[i].setAttribute("style","height:"+tx[i].scrollHeight+"px;overflow-y:hidden;"),tx[i].addEventListener("input",OnInputAutoSize,!1)}function OnInputAutoSize(){this.style.height="auto",this.style.height=this.scrollHeight+"px"}
//# sourceMappingURL=autosize.min.js.map