@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portabletext/editor",
3
- "version": "1.55.2",
3
+ "version": "1.55.3",
4
4
  "description": "Portable Text Editor made in React",
5
5
  "keywords": [
6
6
  "sanity",
@@ -249,9 +249,7 @@ export function performEvent({
249
249
  performEvent({
250
250
  mode: 'execute',
251
251
  behaviors,
252
- remainingEventBehaviors: isAbstractBehaviorEvent(action.event)
253
- ? behaviors
254
- : [],
252
+ remainingEventBehaviors: [],
255
253
  event: action.event,
256
254
  editor,
257
255
  keyGenerator,