1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

failing test for wrapblock changes

This commit is contained in:
Tyler Johnson
2016-09-20 16:01:33 -06:00
parent 04f059997f
commit 059e4a836e
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ export default function (state) {
return state
.transform()
.wrapBlockAtRange(range, 'quote')
.wrapBlockAtRange(range, 'code')
.apply()
}

View File

@@ -1,7 +1,7 @@
nodes:
- kind: block
type: quote
type: code
nodes:
- kind: block
type: quote