mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
fix: minor bugs with grouping logic
This commit is contained in:
@@ -27,7 +27,7 @@ class Settings {
|
||||
}
|
||||
|
||||
async merge(item) {
|
||||
if (this.settings.dateEdited > (await this._db.lastSynced())) {
|
||||
if (this._settings.dateEdited > (await this._db.lastSynced())) {
|
||||
this._settings.pins = setManipulator.union(
|
||||
this._settings.pins,
|
||||
item.pins
|
||||
|
||||
Reference in New Issue
Block a user