Commit 5fd24e24 by Jon Ferreira Committed by Jon Ferreira

Fix https://github.com/grafana/grafana/issues/13387 metric segment

options displays after blur
parent 667ca3d5
......@@ -118,6 +118,9 @@ export function metricSegment($compile, $sce) {
};
$scope.matcher = function(item) {
if (linkMode) {
return false;
}
let str = this.query;
if (str[0] === '/') {
str = str.substring(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment