@portabletext/editor 1.55.2 → 1.55.3

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
@@ -7395,7 +7395,7 @@ function performEvent({
7395
7395
  performEvent({
7396
7396
  mode: "execute",
7397
7397
  behaviors,
7398
- remainingEventBehaviors: isAbstractBehaviorEvent(action.event) ? behaviors : [],
7398
+ remainingEventBehaviors: [],
7399
7399
  event: action.event,
7400
7400
  editor,
7401
7401
  keyGenerator,