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