@supernova-studio/client 0.47.64 → 0.47.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/yjs/version-room/frontend.ts +1 -1
package/package.json
CHANGED
|
@@ -248,7 +248,7 @@ export class FrontendVersionRoomYDoc {
|
|
|
248
248
|
updatedDraftState.changes.previousContentHash = publishedState.contentHash;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
if (Object.keys(updatedDraftState).length) {
|
|
251
|
+
if (Object.keys(updatedDraftState.changes).length) {
|
|
252
252
|
// Item has at least one of the draft changes
|
|
253
253
|
return updatedDraftState;
|
|
254
254
|
}
|