Construct modal widgets in the same way we do any other widget
Fixes https://github.com/vector-im/element-web/issues/15800
This commit is contained in:
parent
51f6205258
commit
fc820c4b1a
2 changed files with 3 additions and 2 deletions
|
@ -68,7 +68,7 @@ interface IAppTileProps {
|
|||
}
|
||||
|
||||
// TODO: Don't use this because it's wrong
|
||||
class ElementWidget extends Widget {
|
||||
export class ElementWidget extends Widget {
|
||||
constructor(private rawDefinition: IWidget) {
|
||||
super(rawDefinition);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue