1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 01:02:31 +01:00

remove debugger

This commit is contained in:
Ian Storm Taylor 2016-12-07 10:56:06 -08:00
parent 55fd06449b
commit 4a513dc06b

View File

@ -5,8 +5,6 @@ import { Block } from '../../../../../..'
export default function (state) {
const { document, selection } = state
const first = document.getBlocks().first()
debugger
const next = state
.transform()
.insertNodeByKey(document.key, 0, first)