mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 10:29:48 +02:00
remove debugger
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user