diff --git a/widget/editor.go b/widget/editor.go index f2743201..264a9929 100644 --- a/widget/editor.go +++ b/widget/editor.go @@ -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) {