mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(elasticsearch): fixed query editor issue with elasticsearch
This commit is contained in:
parent
cfc7710205
commit
dfe3806d01
@ -209,7 +209,9 @@ function (_, $, coreModule) {
|
|||||||
// needs to call this after digest so
|
// needs to call this after digest so
|
||||||
// property is synced with outerscope
|
// property is synced with outerscope
|
||||||
$scope.$$postDigest(function() {
|
$scope.$$postDigest(function() {
|
||||||
$scope.onChange();
|
$scope.$apply(function() {
|
||||||
|
$scope.onChange();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user