mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix https://github.com/grafana/grafana/issues/13387 metric segment
options displays after blur
This commit is contained in:
parent
667ca3d54d
commit
5fd24e2435
@ -118,6 +118,9 @@ export function metricSegment($compile, $sce) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
$scope.matcher = function(item) {
|
$scope.matcher = function(item) {
|
||||||
|
if (linkMode) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
let str = this.query;
|
let str = this.query;
|
||||||
if (str[0] === '/') {
|
if (str[0] === '/') {
|
||||||
str = str.substring(1);
|
str = str.substring(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user