mirror of
https://github.com/grafana/grafana.git
synced 2025-01-25 15:56:56 -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) {
|
||||
if (linkMode) {
|
||||
return false;
|
||||
}
|
||||
let str = this.query;
|
||||
if (str[0] === '/') {
|
||||
str = str.substring(1);
|
||||
|
Loading…
Reference in New Issue
Block a user