solution for #2

This commit is contained in:
Tim Paine 2018-03-13 19:29:07 -04:00
parent 89eea3b0e0
commit c25f2fa105

View file

@ -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');