widgets are respecting positions

This commit is contained in:
zadam
2019-08-26 20:19:14 +02:00
parent 3e3d111d76
commit d039a5f24e
2 changed files with 15 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ class StandardWidget {
getMaxHeight() { return null; }
getPosition() { return this.widgetOptions.position; }
async render() {
const widgetId = `tab-${this.ctx.tabId}-widget-${this.widgetName}`;