mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
dashboard: clean up previous
This commit is contained in:
parent
4bd6ad3cde
commit
7b53fc7fa7
@ -198,7 +198,7 @@ class WidgetManager {
|
||||
let content = widget.getMarkup();
|
||||
let $panel = this._makeWidget(id, this.widgetTranslations[id].title, content);
|
||||
|
||||
let options = widget.getGridOptions(persistedConfig);
|
||||
let options = widget.getGridOptions();
|
||||
|
||||
if ('sizeToContent' in options && 'h' in persistedConfig) {
|
||||
// override the sizeToContent option with the persisted height to allow for manual resizing with scrollbar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user