Remove mx_GroupLayout (#8876)

This commit is contained in:
Suguru Hirahara 2022-06-25 11:51:07 +00:00 committed by GitHub
parent eca14dea57
commit 4b2a922e2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 3 additions and 19 deletions

View file

@ -185,7 +185,6 @@ export default class HTMLExporter extends Exporter {
mx_AutoHideScrollbar
mx_ScrollPanel
mx_RoomView_messagePanel
mx_GroupLayout
"
>
<div class="mx_RoomView_messageListWrapper">
@ -464,4 +463,3 @@ export default class HTMLExporter extends Exporter {
this.cleanUp();
}
}