1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 13:11:17 +02: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 { document } = state
let node = document.assertPath(path) let node = document.assertPath(path)
node = node.updateMark(offset, length, mark, properties) node = node.updateMark(offset, length, mark, properties)
debugger
document = document.updateDescendant(node) document = document.updateDescendant(node)
state = state.merge({ document }) state = state.merge({ document })
return state return state