@portabletext/editor 1.48.4 → 1.48.5

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.48.4",
3
+ "version": "1.48.5",
4
4
  "description": "Portable Text Editor made in React",
5
5
  "keywords": [
6
6
  "sanity",
@@ -249,6 +249,8 @@ export function performEvent({
249
249
  nativeEvent: undefined,
250
250
  })
251
251
  } else {
252
+ nativeEventPrevented = true
253
+
252
254
  const internalAction = {
253
255
  ...action.event,
254
256
  editor,