mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Remove unnecessary ctor
This commit is contained in:
parent
f645065db7
commit
e352867f5a
@ -19,11 +19,6 @@ import {parsePlainBody} from "../MessageBody.js";
|
|||||||
import {parseHTMLBody} from "../deserialize.js";
|
import {parseHTMLBody} from "../deserialize.js";
|
||||||
|
|
||||||
export class TextTile extends BaseTextTile {
|
export class TextTile extends BaseTextTile {
|
||||||
|
|
||||||
constructor(options) {
|
|
||||||
super(options);
|
|
||||||
}
|
|
||||||
|
|
||||||
_getContentString(key) {
|
_getContentString(key) {
|
||||||
return this._getContent()?.[key] || "";
|
return this._getContent()?.[key] || "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user