fix(gioui): make editors lose focus when Escape is pressed.

This commit is contained in:
vsariola
2021-04-19 22:46:35 +03:00
parent 56ceafdaa6
commit 8ba9fb1f00
3 changed files with 57 additions and 3 deletions

3
go.mod
View File

@ -4,6 +4,7 @@ go 1.15
require (
gioui.org v0.0.0-20210410094005-495c69018772
gioui.org/x v0.0.0-20210419013052-6db76265c4e1
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
@ -13,7 +14,7 @@ require (
github.com/imdario/mergo v0.3.11 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)