1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

docs: remove unused "selection" from code example (#3731)

This commit is contained in:
Frederik Eychenié 2020-06-13 18:49:00 +02:00 committed by GitHub
parent 0954ffc191
commit 32e120af19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@ const App = () => {
<Slate
editor={editor}
value={value}
selection={selection}
onChange={value => {
setValue(value)