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