@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 +1 -2
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/package.json +10 -10
- package/src/behaviors/behavior.abstract.split.ts +0 -1
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,
|