Disable draging of the sidebar
Fixes #262 #241 Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
8d8c7587d7
commit
ec5389beb3
@@ -59,7 +59,7 @@ app.run(function ($document, $rootScope, $transitions, BoardService) {
|
|||||||
element: document.getElementById('app-content'),
|
element: document.getElementById('app-content'),
|
||||||
disable: 'right',
|
disable: 'right',
|
||||||
maxPosition: 250,
|
maxPosition: 250,
|
||||||
minDragDistance: 100
|
touchToDrag: false
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#app-navigation-toggle').click(function(){
|
$('#app-navigation-toggle').click(function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user