mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 23:14:59 -04:00
refactor(tracker, gioui): get rid of EditMode, use gio focus instead
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user