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:
@@ -12,6 +12,6 @@ export default function (state) {
|
||||
|
||||
return state
|
||||
.transform()
|
||||
.wrapBlockAtRange(range, 'quote')
|
||||
.wrapBlockAtRange(range, 'code')
|
||||
.apply()
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
nodes:
|
||||
- kind: block
|
||||
type: quote
|
||||
type: code
|
||||
nodes:
|
||||
- kind: block
|
||||
type: quote
|
||||
|
Reference in New Issue
Block a user