mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-29 09:59:48 +02:00
remove debugger call
This commit is contained in:
@@ -191,7 +191,6 @@ export function removeNodeByKey(transform, key) {
|
||||
(previous && previous.kind == 'text') &&
|
||||
(next && next.kind == 'text')
|
||||
) {
|
||||
debugger
|
||||
transform.joinNodeByKey(next.key, previous.key)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user