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

remove debugger

This commit is contained in:
Ian Storm Taylor 2016-09-14 15:07:25 -07:00
parent 7756f769ec
commit 14f939d463

View File

@ -245,7 +245,6 @@ function setMark(state, operation) {
let { document } = state
let node = document.assertPath(path)
node = node.updateMark(offset, length, mark, properties)
debugger
document = document.updateDescendant(node)
state = state.merge({ document })
return state