forked from mystiq/hydrogen-web
Remove unnecessary ctor
This commit is contained in:
parent
f645065db7
commit
e352867f5a
1 changed files with 0 additions and 5 deletions
|
@ -19,11 +19,6 @@ import {parsePlainBody} from "../MessageBody.js";
|
|||
import {parseHTMLBody} from "../deserialize.js";
|
||||
|
||||
export class TextTile extends BaseTextTile {
|
||||
|
||||
constructor(options) {
|
||||
super(options);
|
||||
}
|
||||
|
||||
_getContentString(key) {
|
||||
return this._getContent()?.[key] || "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue