1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

#169 fix 移动端输入框高度调节问题

This commit is contained in:
mukaiu 2018-12-11 15:59:56 +08:00
parent 49cf897589
commit a32f0828eb
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
addEvent('propertychange', textchange);
addEvent('input', textchange);
addEvent('focus', changeTextArea);
// addEvent('focus', changeTextArea);
change();
};
//多行文本框

View File

@ -83,7 +83,7 @@
addEvent('propertychange', textchange);
addEvent('input', textchange);
addEvent('focus', changeTextArea);
// addEvent('focus', changeTextArea);
change();
};
//多行文本框