@@ -67,6 +67,7 @@ struct ContentView: View {
}
private func autosave() {
+ items.forEach({ $0.uuid = UUID() })
if inPreview {
// This isn't great, but we shouldn't be running this in a preview
// environment in the first place, so w/e.