mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-22 08:03:36 -05:00
@ -24,7 +24,7 @@ func (t *Tracker) Run(w *app.Window) error {
|
||||
w.Invalidate()
|
||||
}
|
||||
case clipboard.Event:
|
||||
err := t.UnmarshalSong([]byte(e.Text))
|
||||
err := t.UnmarshalContent([]byte(e.Text))
|
||||
if err == nil {
|
||||
w.Invalidate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user