Skip to content

Commit 3a9e06d

Browse files
committed
Use .multiple-input-list instead global container for sorting
1 parent a474ced commit 3a9e06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/BaseRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ private function registerJsSortable()
431431

432432
// todo override when ListRenderer will use div markup
433433
$options = Json::encode($this->getJsSortableOptions());
434-
$js = "$('#{$this->id}').sorting($options);";
434+
$js = "$('#{$this->id} .multiple-input-list').sorting($options);";
435435
$view->registerJs($js);
436436
}
437437

0 commit comments

Comments
 (0)