mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
Remove comment
This commit is contained in:
@@ -4,7 +4,6 @@ import assert from 'assert'
|
|||||||
export default function (state) {
|
export default function (state) {
|
||||||
const { document, selection } = state
|
const { document, selection } = state
|
||||||
const texts = document.getTexts()
|
const texts = document.getTexts()
|
||||||
// The first text is the one arround the inline void
|
|
||||||
const second = texts.get(1)
|
const second = texts.get(1)
|
||||||
const range = selection.merge({
|
const range = selection.merge({
|
||||||
anchorKey: second.key,
|
anchorKey: second.key,
|
||||||
|
Reference in New Issue
Block a user