mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-01 03:11:44 +02:00
remove debugger
This commit is contained in:
@@ -5,8 +5,6 @@ import { Block } from '../../../../../..'
|
|||||||
export default function (state) {
|
export default function (state) {
|
||||||
const { document, selection } = state
|
const { document, selection } = state
|
||||||
const first = document.getBlocks().first()
|
const first = document.getBlocks().first()
|
||||||
|
|
||||||
debugger
|
|
||||||
const next = state
|
const next = state
|
||||||
.transform()
|
.transform()
|
||||||
.insertNodeByKey(document.key, 0, first)
|
.insertNodeByKey(document.key, 0, first)
|
||||||
|
Reference in New Issue
Block a user