| @@ -1921,6 +1921,7 @@ jQuery(async () => { | |||
| 1921 | // @ts-ignore | 1921 | // @ts-ignore |
| 1922 | $(selector).sortable({ | 1922 | $(selector).sortable({ |
| 1923 | delay: getSortableDelay(), | 1923 | delay: getSortableDelay(), |
| 1924 | handle: '.drag-handle', | ||
| 1924 | stop: async function () { | 1925 | stop: async function () { |
| 1925 | const oldScripts = getter(); | 1926 | const oldScripts = getter(); |
| 1926 | const newScripts = []; | 1927 | const newScripts = []; |