solution for #2
This commit is contained in:
parent
89eea3b0e0
commit
c25f2fa105
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class IFrameWidget extends Widget {
|
|||
constructor(path: string) {
|
||||
super();
|
||||
this.id = path;
|
||||
this.title.label = path;
|
||||
this.title.closable = true;
|
||||
|
||||
let div = document.createElement('div');
|
||||
div.classList.add('iframe-widget');
|
||||
|
|
Loading…
Add table
Reference in a new issue