Page MenuHomePhabricator

bugpatch35057.txt

Authored By
bzimport
Nov 22 2014, 12:18 AM
Size
641 B
Referenced Files
None
Subscribers
None

bugpatch35057.txt

Index: modules/jquery.elastic/jquery.elastic.js
===================================================================
--- modules/jquery.elastic/jquery.elastic.js (revision 113912)
+++ modules/jquery.elastic/jquery.elastic.js (working copy)
@@ -138,7 +138,7 @@
$textarea.bind('update', update);
// Compact textarea on blur
- $textarea.bind('blur',function(){
+ $textarea.bind('mouseover',function(){
if($twin.height() < maxheight){
if($twin.height() > minheight) {
$textarea.height($twin.height());
@@ -158,4 +158,4 @@
}
});
-})(jQuery);
\ No newline at end of file
+})(jQuery);

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8679
Default Alt Text
bugpatch35057.txt (641 B)

Event Timeline