Skip to content

Commit 2bf22e4

Browse files
committed
Update README.md
1 parent 7226806 commit 2bf22e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ class App extends React.Component {
144144
return (
145145
<div>
146146
<Sortable
147-
// See all Sortable options at https://github.com/RubaXa/Sortable#options
148-
options={{
149-
}}
150147
tag="ul" // Defaults to "div"
151148
>
152149
{items}
@@ -180,9 +177,6 @@ class App extends React.Component {
180177
return (
181178
<div>
182179
<Sortable
183-
// See all Sortable options at https://github.com/RubaXa/Sortable#options
184-
options={{
185-
}}
186180
tag="ul" // Defaults to "div"
187181
onChange={(order, sortable) => {
188182
this.setState({ items: order });

0 commit comments

Comments
 (0)