mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix a null ref exception in dashboard layout (#1348)
This commit is contained in:
@@ -63,6 +63,8 @@ export class DashboardHomeContainer extends DashboardWidgetContainer {
|
|||||||
|
|
||||||
public layout() {
|
public layout() {
|
||||||
super.layout();
|
super.layout();
|
||||||
this._scrollable.layout();
|
if (this._scrollable) {
|
||||||
|
this._scrollable.layout();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user