fix(mail(js)): bypass autogrow feature of md-input to fix scroll jumping

This commit is contained in:
Francis Lachapelle
2020-01-20 14:19:11 -05:00
parent 73dc86a6ed
commit b71df14b14

View File

@@ -41,6 +41,8 @@
elem.on('keyup', AutoGrowTextArea);
elem.on('paste', AutoGrowTextArea);
AutoGrowTextArea();
}
};
}