mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 19:42:48 +00:00
fix(mail(js)): bypass autogrow feature of md-input to fix scroll jumping
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
|
||||
elem.on('keyup', AutoGrowTextArea);
|
||||
elem.on('paste', AutoGrowTextArea);
|
||||
|
||||
AutoGrowTextArea();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user