Comparing version 1.1.7 to 1.1.8
@@ -97,10 +97,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
action: function () { | ||
if (_this.current.line == -1) | ||
return true; | ||
if (_this.current.branch.selected && _this.current.branch.sub) | ||
return false; | ||
if (!_this.current.branch.sub) { | ||
_this.current.branch.selected = !_this.current.branch.selected; | ||
} | ||
_this.current.branch.open = !_this.current.branch.open; | ||
// if (this.current.branch.sub && this.current.branch.open) { | ||
// this.current.branch = this.current.branch.sub[0] | ||
// this.numberOfLines(this.config.tree) | ||
// this.current.line = this.getLineForBranch(this.current.branch) | ||
// } | ||
return false; | ||
@@ -107,0 +107,0 @@ } |
{ | ||
"name": "agita", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"main": "bin/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Joel Huggett", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151182