feat: set sortable handle for regex (#4667)

7dda5242847414becd00b6d8355e572a64819d8a

StageDog <aksanajw845@gmail.com>

Signed
1 files changed, +1 -0Ignore whitespace
public/scripts/extensions/regex/index.js+1 -0
@@ -1921,6 +1921,7 @@ jQuery(async () => {
1921 // @ts-ignore1921 // @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 = [];