mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
Fixed typo (#252)
This commit is contained in:
committed by
Ian Storm Taylor
parent
08b3dbf39c
commit
597fbdec72
@@ -144,7 +144,7 @@ class App extends React.Component {
|
|||||||
.transform()
|
.transform()
|
||||||
.setBlock('code')
|
.setBlock('code')
|
||||||
.apply()
|
.apply()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -192,7 +192,7 @@ class App extends React.Component {
|
|||||||
.transform()
|
.transform()
|
||||||
.setBlock(isCode ? 'paragraph' : 'code')
|
.setBlock(isCode ? 'paragraph' : 'code')
|
||||||
.apply()
|
.apply()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user