widget: don't ignore Editor key events after submit

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-12-04 10:14:41 +01:00
parent d29cf52595
commit 003bcc7995
+1 -1
View File
@@ -247,7 +247,7 @@ func (e *Editor) processKey(gtx layout.Context) {
e.events = append(e.events, SubmitEvent{
Text: e.Text(),
})
return
continue
}
}
if e.command(ke) {