mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Dashboard editor: Scroll view to new added dashlet
This commit is contained in:
@@ -82,6 +82,8 @@ class IboGrid extends HTMLElement {
|
||||
}
|
||||
this.oGrid.makeWidget(oSlot, Object.assign(aDefaultOptions, aOptions));
|
||||
|
||||
oSlot.scrollIntoView({ behavior: "smooth"});
|
||||
|
||||
return oDashlet.sDashletId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user