mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 17:56:07 +01:00
Added support for markdown editor within lists (fixes #239)
This commit is contained in:
@@ -454,7 +454,7 @@ $(function () {
|
||||
|
||||
// make sortable
|
||||
new Sortable(holder[0], {
|
||||
filter: '.form-input-wrapper',
|
||||
filter: '.form-input-wrapper, .form-markdown-wrapper',
|
||||
onUpdate: function () {
|
||||
if (isArray)
|
||||
reIndex(el);
|
||||
|
||||
Reference in New Issue
Block a user