From 769413468e88acba1a180baa0113139d929a3b9f Mon Sep 17 00:00:00 2001 From: liam4 Date: Mon, 3 Jul 2017 18:59:57 -0300 Subject: A long-due cleanup + examples + things ..Obviously this breaks old things (particularly, see changes in FocusElement). --- ui/form/Form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/form/Form.js') diff --git a/ui/form/Form.js b/ui/form/Form.js index 49fa075..9274da4 100644 --- a/ui/form/Form.js +++ b/ui/form/Form.js @@ -1,4 +1,4 @@ -const telc = require('../../telchars') +const telc = require('../../util/telchars') const FocusElement = require('./FocusElement') @@ -45,7 +45,7 @@ module.exports = class Form extends FocusElement { } } - focus() { + focused() { this.root.select(this.inputs[this.curIndex]) } } -- cgit 1.3.0-6-gf8a5