Comparing version 1.2.16 to 1.2.17
@@ -81,3 +81,3 @@ "use strict"; | ||
this.promptBar = null; | ||
if ((!task.hasTitle() || task.isBottomBar()) && !task.hasPersistentBottomBar()) { | ||
if ((!task.hasTitle() || task.isBottomBar()) && task.hasPersistentBottomBar() !== true) { | ||
delete this.bottomBar[task.id]; | ||
@@ -84,0 +84,0 @@ } |
{ | ||
"name": "listr2", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"description": "Terminal task list reborn!", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
76831