mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
widgets are respecting positions
This commit is contained in:
@@ -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}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user