mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04: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