diff options
-rw-r--r-- | ui.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.js b/ui.js index befa764..ac7154d 100644 --- a/ui.js +++ b/ui.js @@ -733,6 +733,7 @@ class GrouplikeListingElement extends Form { } selected() { + this.curIndex = 0 this.root.select(this.form) } |