@portabletext/editor 1.55.3 → 1.55.4

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 CHANGED
@@ -6887,8 +6887,7 @@ const coreDndBehaviors = [
6887
6887
  ...snapshot,
6888
6888
  context: {
6889
6889
  ...snapshot.context,
6890
- selection: newTextBlockSelection,
6891
- value: [focusTextBlock.node]
6890
+ selection: newTextBlockSelection
6892
6891
  }
6893
6892
  }).at(0),
6894
6893
  context: snapshot.context,