Dashboard editor: Scroll view to new added dashlet

This commit is contained in:
Benjamin DALSASS
2026-01-23 09:42:44 +01:00
parent f4a0a2f2ff
commit 4abf948a03

View File

@@ -82,6 +82,8 @@ class IboGrid extends HTMLElement {
}
this.oGrid.makeWidget(oSlot, Object.assign(aDefaultOptions, aOptions));
oSlot.scrollIntoView({ behavior: "smooth"});
return oDashlet.sDashletId;
}