Open 1j01 opened 6 years ago
Also it doesn't restore selections when undoing/redoing, it just selects everything.
After implementing undo/redo button graying (when there are no undos/redos), it's clear it's actually the unfocusing logic (which parses and stringifies tablature)
https://github.com/1j01/guitar/blob/21b3b3c9d13c54397ef822fd6f48d50e51bba29a/src/app.coffee#L220-L226
Also it doesn't restore selections when undoing/redoing, it just selects everything.