@portabletext/editor 1.11.1 → 1.11.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.
package/lib/index.js CHANGED
@@ -5723,7 +5723,7 @@ const editorMachine = xstate.setup({
5723
5723
  event: event.behaviorEvent
5724
5724
  }, shouldRun));
5725
5725
  for (const actionIntends of actionIntendSets)
5726
- behaviorOverwritten = actionIntends.length > 0 && actionIntends.some((actionIntend) => actionIntend.type !== "effect"), enqueue.raise({
5726
+ behaviorOverwritten = behaviorOverwritten || actionIntends.length > 0 && actionIntends.some((actionIntend) => actionIntend.type !== "effect"), enqueue.raise({
5727
5727
  type: "behavior action intends",
5728
5728
  editor: event.editor,
5729
5729
  actionIntends