From 88eac786c591468f42a07c84d774d55689c9a5b1 Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 14 Sep 2018 21:16:02 -0300 Subject: Fix tab navigating to jump-to element It's not supposed to do that. (It's supposed to swap between the path element and the listing itself.) --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.js b/ui.js index 2c74f8e..755d95f 100644 --- a/ui.js +++ b/ui.js @@ -709,7 +709,7 @@ class GrouplikeListingElement extends Form { }) this.jumpElement = new ListingJumpElement() - this.addInput(this.jumpElement) + this.addChild(this.jumpElement) this.jumpElement.visible = false this.oldFocusedIndex = null // To restore to, if a jump is canceled. -- cgit 1.3.0-6-gf8a5