1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-11 17:53: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

View File

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