mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
core: enable conflicts on locked notes
This commit is contained in:
@@ -59,8 +59,6 @@ class Merger {
|
||||
isDeleted(remoteItem) ||
|
||||
remoteItem.type !== "tiptap" ||
|
||||
localItem.type !== "tiptap" ||
|
||||
localItem.locked ||
|
||||
remoteItem.locked ||
|
||||
!localItem.data ||
|
||||
!remoteItem.data
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user