mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-19 13:41:19 +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()
|
||||
.setBlock('code')
|
||||
.apply()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -192,7 +192,7 @@ class App extends React.Component {
|
||||
.transform()
|
||||
.setBlock(isCode ? 'paragraph' : 'code')
|
||||
.apply()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user