mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-01 19:22:35 +02:00
failing test for wrapblock changes
This commit is contained in:
@@ -12,6 +12,6 @@ export default function (state) {
|
|||||||
|
|
||||||
return state
|
return state
|
||||||
.transform()
|
.transform()
|
||||||
.wrapBlockAtRange(range, 'quote')
|
.wrapBlockAtRange(range, 'code')
|
||||||
.apply()
|
.apply()
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
nodes:
|
nodes:
|
||||||
- kind: block
|
- kind: block
|
||||||
type: quote
|
type: code
|
||||||
nodes:
|
nodes:
|
||||||
- kind: block
|
- kind: block
|
||||||
type: quote
|
type: quote
|
||||||
|
Reference in New Issue
Block a user