mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-12 02:03:59 +02:00
docs: remove unused "selection" from code example (#3731)
This commit is contained in:
committed by
GitHub
parent
0954ffc191
commit
32e120af19
@@ -44,7 +44,6 @@ const App = () => {
|
|||||||
<Slate
|
<Slate
|
||||||
editor={editor}
|
editor={editor}
|
||||||
value={value}
|
value={value}
|
||||||
selection={selection}
|
|
||||||
onChange={value => {
|
onChange={value => {
|
||||||
setValue(value)
|
setValue(value)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user