From 6ee1936266dda3bd22e4412a7b51cdc6e3c396d5 Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 19 Jan 2018 09:29:57 -0400 Subject: Pass false to firstInput to not select the form if it wasn't already selected --- ui/form/ListScrollForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/form/ListScrollForm.js') diff --git a/ui/form/ListScrollForm.js b/ui/form/ListScrollForm.js index daa640a..a06efda 100644 --- a/ui/form/ListScrollForm.js +++ b/ui/form/ListScrollForm.js @@ -106,10 +106,10 @@ module.exports = class ListScrollForm extends Form { this.fixLayout() } - firstInput() { + firstInput(...args) { this.scrollItems = 0 - super.firstInput() + super.firstInput(...args) } getItemPos(item) { -- cgit 1.3.0-6-gf8a5