@portabletext/editor 1.35.1 → 1.35.2
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.
|
@@ -402,11 +402,13 @@ const FLUSH_PATCHES_THROTTLED_MS = process.env.NODE_ENV === "test" ? 500 : 1e3,
|
|
|
402
402
|
target: "idle",
|
|
403
403
|
actions: ["emit mutation", "clear pending patches"]
|
|
404
404
|
}, {
|
|
405
|
+
target: "has pending patches",
|
|
405
406
|
reenter: !0
|
|
406
407
|
}]
|
|
407
408
|
},
|
|
408
409
|
on: {
|
|
409
410
|
patch: {
|
|
411
|
+
target: "has pending patches",
|
|
410
412
|
actions: ["defer patch"],
|
|
411
413
|
reenter: !0
|
|
412
414
|
}
|