mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Mobile theme W.I.P.:
- Do not select nm row via up/down swipe touch
This commit is contained in:
parent
0e50aaee77
commit
d9f3abf6de
@ -80,6 +80,9 @@ function et2_dataview_rowAOI(_node)
|
||||
// Hide context menu on swip actions
|
||||
if(_egw_active_menu) _egw_active_menu.hide();
|
||||
break;
|
||||
case "up":
|
||||
case "down":
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user