@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.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,
|
|
@@ -7366,7 +7365,7 @@ function performEvent({
|
|
|
7366
7365
|
performEvent({
|
|
7367
7366
|
mode: "execute",
|
|
7368
7367
|
behaviors,
|
|
7369
|
-
remainingEventBehaviors:
|
|
7368
|
+
remainingEventBehaviors: [],
|
|
7370
7369
|
event: action.event,
|
|
7371
7370
|
editor,
|
|
7372
7371
|
keyGenerator,
|