Эх сурвалжийг харах

HUE-3281 [editor] Disable swipe to slide

Enrico Berti 9 жил өмнө
parent
commit
70373870b3

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_m.mako

@@ -325,7 +325,7 @@ ${ commonheader_m(editor_type, editor_type, user, request, "68px") | n,unicode }
   var viewModel;
 
   $(document).ready(function () {
-    $("body").swipe({fingers: 'all', swipeLeft: swipeLeft, swipeRight: swipeRight, allowPageScroll: "auto"});
+    //$("body").swipe({fingers: 'all', swipeLeft: swipeLeft, swipeRight: swipeRight, allowPageScroll: "auto"});
 
     function swipeLeft() {
       if ($('body').hasClass('open-left')){