@portabletext/editor 7.10.13 → 7.10.14
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 +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -16830,7 +16830,7 @@ function performEvent({
|
|
|
16830
16830
|
}
|
|
16831
16831
|
if (!shouldRun)
|
|
16832
16832
|
continue;
|
|
16833
|
-
defaultBehaviorOverwritten = !0,
|
|
16833
|
+
defaultBehaviorOverwritten = !0, nativeEventPrevented = !0;
|
|
16834
16834
|
let actionSetIndex = -1;
|
|
16835
16835
|
for (const actionSet of eventBehavior.actions) {
|
|
16836
16836
|
actionSetIndex++;
|