-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removed page action api calls by the other users the document is…
… synced with
- Loading branch information
1 parent
1a66f3c
commit 429bbc4
Showing
4 changed files
with
78 additions
and
46 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
packages/editor/src/core/constants/document-collaborative-events.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export const DocumentCollaborativeEvents = { | ||
Lock: { client: "locked", server: "Lock" }, | ||
Unlock: { client: "unlocked", server: "Unlock" }, | ||
Archive: { client: "archived", server: "Archive" }, | ||
Unarchive: { client: "unarchived", server: "Unarchive" }, | ||
lock: { client: "locked", server: "lock" }, | ||
unlock: { client: "unlocked", server: "unlock" }, | ||
archive: { client: "archived", server: "archive" }, | ||
unarchive: { client: "unarchived", server: "unarchive" }, | ||
} as const; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters