We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463ef3a commit 4aa16bbCopy full SHA for 4aa16bb
packages/slate-history/test/undo/delete_backward/block-text.tsx
@@ -4,7 +4,7 @@ import { jsx } from '../..'
4
import { cloneDeep } from 'lodash'
5
6
export const run = editor => {
7
- Transforms.delete(editor)
+ Transforms.delete(editor, { reverse: true })
8
}
9
export const input = (
10
<editor>
@@ -15,5 +15,4 @@ export const input = (
15
</block>
16
</editor>
17
)
18
-export const skip = true // TODO: see https://github.com/ianstormtaylor/slate/pull/4188
19
export const output = cloneDeep(input)
0 commit comments