mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Merge pull request #13388 from jsferrei/fix-metric-segment-typeahead
Fix metric-segment options displaying after blur
This commit is contained in:
commit
3fd3dbba8a
@ -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