@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.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/behaviors/behavior.perform-event.ts +1 -3
package/lib/index.cjs
CHANGED
|
@@ -7366,7 +7366,7 @@ function performEvent({
|
|
|
7366
7366
|
performEvent({
|
|
7367
7367
|
mode: "execute",
|
|
7368
7368
|
behaviors,
|
|
7369
|
-
remainingEventBehaviors:
|
|
7369
|
+
remainingEventBehaviors: [],
|
|
7370
7370
|
event: action.event,
|
|
7371
7371
|
editor,
|
|
7372
7372
|
keyGenerator,
|