1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-25 16:20:49 +02:00

remove debugger

This commit is contained in:
Ian Storm Taylor
2016-09-10 17:37:26 -07:00
parent caa0dcb71c
commit 8fc3631328

View File

@@ -364,7 +364,6 @@ export function moveForward(transform, n) {
*/
export function moveTo(transform, properties) {
debugger
return transform.setSelectionOperation(properties)
}