Explorar el Código

HUE-3281 [editor] Disable swipe to slide

Enrico Berti hace 9 años
padre
commit
70373870b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_m.mako

+ 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')){