diff options
Diffstat (limited to 'go/ui/textInput_generic.go')
| -rw-r--r-- | go/ui/textInput_generic.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/go/ui/textInput_generic.go b/go/ui/textInput_generic.go deleted file mode 100644 index 7d1004ff..00000000 --- a/go/ui/textInput_generic.go +++ /dev/null @@ -1,15 +0,0 @@ -//go:build !wasm - -package ui - -func (ti *TextInput) Focus(focus bool) { - ti.focused = focus -} - -func (*TextInput) IsUpdatable() bool { return true } -func (ti *TextInput) Update() error { - if ti.focused { - } - - return nil -} |
