From 60f33193fb78c8154a1b112d0faf76af34288df8 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 16 Sep 2020 12:52:40 -0300 Subject: cancel jump-to when selecting outside of listing --- ui.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 642a02a..5a801de 100644 --- a/ui.js +++ b/ui.js @@ -2070,6 +2070,10 @@ class GrouplikeListingElement extends Form { this.fixLayout() } + unselected() { + this.hideJumpElement(true) + } + get tabberLabel() { if (this.grouplike) { return this.grouplike.name || 'Unnamed group' -- cgit 1.3.0-6-gf8a5