« get me outta code hell

tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/ui/form/ListScrollForm.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/form/ListScrollForm.js')
-rw-r--r--ui/form/ListScrollForm.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/form/ListScrollForm.js b/ui/form/ListScrollForm.js
index 714fc6f..77699c2 100644
--- a/ui/form/ListScrollForm.js
+++ b/ui/form/ListScrollForm.js
@@ -117,6 +117,8 @@ module.exports = class ListScrollForm extends Form {
     this.scrollItems = 0
 
     super.firstInput(...args)
+
+    this.fixLayout()
   }
 
   getScrollPositionOfElementAtEndOfView(element) {