core: enable conflicts on locked notes

This commit is contained in:
Abdullah Atta
2024-05-21 12:17:50 +05:00
committed by 01zulfi
parent f585fb0381
commit d97314c484

View File

@@ -59,8 +59,6 @@ class Merger {
isDeleted(remoteItem) ||
remoteItem.type !== "tiptap" ||
localItem.type !== "tiptap" ||
localItem.locked ||
remoteItem.locked ||
!localItem.data ||
!remoteItem.data
) {