@portabletext/editor 1.55.2 → 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.js CHANGED
@@ -6916,8 +6916,7 @@ const coreDndBehaviors = [
6916
6916
  ...snapshot,
6917
6917
  context: {
6918
6918
  ...snapshot.context,
6919
- selection: newTextBlockSelection,
6920
- value: [focusTextBlock.node]
6919
+ selection: newTextBlockSelection
6921
6920
  }
6922
6921
  }).at(0),
6923
6922
  context: snapshot.context,
@@ -7395,7 +7394,7 @@ function performEvent({
7395
7394
  performEvent({
7396
7395
  mode: "execute",
7397
7396
  behaviors,
7398
- remainingEventBehaviors: isAbstractBehaviorEvent(action.event) ? behaviors : [],
7397
+ remainingEventBehaviors: [],
7399
7398
  event: action.event,
7400
7399
  editor,
7401
7400
  keyGenerator,