You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Make reply UI work even when javascript is disabled
This commit is contained in:
@@ -216,7 +216,7 @@ export default class HTMLExporter extends Exporter {
|
||||
const hasAvatar = this.hasAvatar(mxEv);
|
||||
if (hasAvatar) this.saveAvatarIfNeeded(mxEv);
|
||||
|
||||
return <li id={mxEv.getId()}>
|
||||
return <li className="mx_Export_EventWrapper" id={mxEv.getId()}>
|
||||
<EventTile
|
||||
mxEvent={mxEv}
|
||||
continuation={continuation}
|
||||
|
||||
Reference in New Issue
Block a user