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