8000 Update README.md · wotzebra/livewire-sortablejs@a684117 · GitHub
[go: up one dir, main page]

Skip to content

Commit a684117

Browse files
authored
Update README.md
Missing div closure
1 parent 212693a commit a684117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ When you have multiple lists, each with items that can be moved between those di
132132
- `wire:sortable-group.handle`: This is an optional attribute. If you provide this attribute, then you will only be able to drag an item by dragging this html element. If you do not provide it, then the complete item will draggable.
133133

134134
```blade
135-
<div wire:sortable="updateGroupOrder" wire:sortable-group="updateTaskOrder" wire:sortable.options="{ animation: 50 }"
135+
<div wire:sortable="updateGroupOrder" wire:sortable-group="updateTaskOrder" wire:sortable.options="{ animation: 50 }">
136136
@foreach ($groups as $group)
137137
<div wire:sortable.item="{{ $group->id }}" wire:key="group-{{ $group->id }}">
138138
<h4>{{ $group->label }}</h4>

0 commit comments

Comments
 (0)
0