Commit fe19e8f7 by Torkel Ödegaard

small fix to graphite target editor

parent 0de363ca
......@@ -46,7 +46,7 @@ function (angular, _, config, gfunc, Parser) {
$scope.showTextEditor = true;
}
checkOtherSegments($scope.segments.length);
checkOtherSegments($scope.segments.length - 1);
}
function parseTargeRecursive(astNode, func, index) {
......
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