mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#169 fix 移动端输入框高度调节问题
This commit is contained in:
parent
49cf897589
commit
a32f0828eb
@ -83,7 +83,7 @@
|
||||
|
||||
addEvent('propertychange', textchange);
|
||||
addEvent('input', textchange);
|
||||
addEvent('focus', changeTextArea);
|
||||
// addEvent('focus', changeTextArea);
|
||||
change();
|
||||
};
|
||||
//多行文本框
|
||||
|
@ -83,7 +83,7 @@
|
||||
|
||||
addEvent('propertychange', textchange);
|
||||
addEvent('input', textchange);
|
||||
addEvent('focus', changeTextArea);
|
||||
// addEvent('focus', changeTextArea);
|
||||
change();
|
||||
};
|
||||
//多行文本框
|
||||
|
Loading…
x
Reference in New Issue
Block a user