Undo stack
<% for entry in @undoEntries: %>
- <%= entry.description %> <%= JSON.stringify(selectedRange: entry.snapshot.selectedRange, context: entry.context) %>
<% end %>
Redo stack
<% for entry in @redoEntries: %>
- <%= entry.description %> <%= JSON.stringify(selectedRange: entry.snapshot.selectedRange, context: entry.context) %>
<% end %>