refactor(tracker, gioui): get rid of EditMode, use gio focus instead

This commit is contained in:
vsariola
2021-04-24 22:07:56 +03:00
parent e544e955cb
commit b2b15f825d
16 changed files with 1325 additions and 1086 deletions

View File

@ -44,7 +44,7 @@ func (t *Tracker) Run(w *app.Window) error {
)
}
case key.Event:
if t.KeyEvent(w, e) {
if t.KeyEvent(e) {
w.Invalidate()
}
case clipboard.Event: