mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
don't make the composer shrink for now, timeline loses scroll position
This commit is contained in:
parent
c671596c6f
commit
8ffd98162c
@ -117,7 +117,6 @@ export class MessageComposer extends TemplateView {
|
||||
return;
|
||||
}
|
||||
this._rafResizeHandle = window.requestAnimationFrame(() => {
|
||||
this._input.style.height = "auto";
|
||||
const scrollHeight = this._input.scrollHeight;
|
||||
this._input.style.height = `${scrollHeight}px`;
|
||||
this._rafResizeHandle = undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user