mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +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