diff --git a/core/js/dist/main.js b/core/js/dist/main.js index ebb70d90c7c26c2b424d8b0f1eca92d288d5958c..41846f27957feb8397f7f48bbbe672a00e768df0 100644 Binary files a/core/js/dist/main.js and b/core/js/dist/main.js differ diff --git a/core/js/dist/main.js.map b/core/js/dist/main.js.map index 09ad0cbc32210e9bdc73c5ae49b9ff7bf2bad18b..f6614d6f8f2c5be7a301d640341de58eece62c21 100644 Binary files a/core/js/dist/main.js.map and b/core/js/dist/main.js.map differ diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 233e283e6953268c3449d5b7fae9f81f95908132..b1f7afc188347eb14c9bce1b047c652495741deb 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/core/src/jquery/css/jquery-ui-fixes.scss @@ -225,3 +225,9 @@ border: 1px solid var(--color-primary-text); } + +/* DRAGGABLE */ +.ui-draggable-handle, +.ui-selectable { + touch-action: pan-y; +} \ No newline at end of file