improved layout and fixed bugs introduced new ones
This commit is contained in:
@@ -15,4 +15,13 @@ export class WindowControl extends BaseElement {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
getDistibuteTarget() {
|
||||
var attr = this.getAttribute("distribute");
|
||||
if (attr) {
|
||||
return <HTMLElement>document.querySelector(attr);
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user