mirror of
https://github.com/ankitects/anki.git
synced 2025-12-12 22:36:55 -05:00
fix accidental schema bump in undo that was forcing full sync
This commit is contained in:
parent
a564399414
commit
1f77be01e7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ impl Collection {
|
||||||
}
|
}
|
||||||
UndoableCollectionChange::Modified(modified) => {
|
UndoableCollectionChange::Modified(modified) => {
|
||||||
let current = self.storage.get_collection_timestamps()?.collection_change;
|
let current = self.storage.get_collection_timestamps()?.collection_change;
|
||||||
self.set_schema_modified_time_undoable(modified, current)
|
self.set_modified_time_undoable(modified, current)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue