AngularPanels: Check for digest cycle on root scope (#20919)
This commit is contained in:
@@ -118,7 +118,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
}
|
||||
|
||||
angularDirtyCheck() {
|
||||
if (!this.$scope.$$phase) {
|
||||
if (!this.$scope.$root.$$phase) {
|
||||
this.$scope.$digest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user