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

pull/269/head
Francis Lachapelle 2020-01-20 14:19:11 -05:00
parent 73dc86a6ed
commit b71df14b14
1 changed files with 2 additions and 0 deletions

View File

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