mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 14:41:23 +02:00
remove debuggers
This commit is contained in:
@@ -97,9 +97,7 @@ export function undo(transform) {
|
||||
// Replay the inverse of the previous operations.
|
||||
previous.slice().reverse().forEach(op => {
|
||||
op.inverse.forEach(inv => {
|
||||
debugger
|
||||
transform.applyOperation(inv)
|
||||
debugger
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user