mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-18 11:10:56 +01:00
Removed forceFallback option in SortableJS which causes issue with radio buttons
This commit is contained in:
@@ -23,7 +23,7 @@ export default class CollectionsField {
|
|||||||
if (container.data('collection-sort')) { return; }
|
if (container.data('collection-sort')) { return; }
|
||||||
|
|
||||||
container.data('collection-sort', new Sortable(container.get(0), {
|
container.data('collection-sort', new Sortable(container.get(0), {
|
||||||
forceFallback: true,
|
forceFallback: false,
|
||||||
animation: 150,
|
animation: 150,
|
||||||
filter: '.CodeMirror, .grav-editor-resizer',
|
filter: '.CodeMirror, .grav-editor-resizer',
|
||||||
onUpdate: () => this.reindex(container)
|
onUpdate: () => this.reindex(container)
|
||||||
|
|||||||
12
themes/grav/js/admin.min.js
vendored
12
themes/grav/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user