mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
ui/key: rename TextInputClosed to TextInputClose
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ func (w *window) setTextInput(s key.TextInputState) {
|
||||
switch s {
|
||||
case key.TextInputOpen:
|
||||
w.focus()
|
||||
case key.TextInputClosed:
|
||||
case key.TextInputClose:
|
||||
w.blur()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user