[Mobile] Reformat of menu
Reformats menu to move the arrow to the right and now that is what selects an object. Pressing the actual menu item will enact the dropdown menu. This only happens on mobile platforms.
This commit is contained in:
@@ -143,8 +143,6 @@ define(
|
||||
|
||||
$scope.treeSlide = function () {
|
||||
$scope.treeClass = !$scope.treeClass;
|
||||
// FUTURE: Remove before merge
|
||||
console.log($scope.treeClass ? "browse-showtree" : "browse-hidetree");
|
||||
};
|
||||
|
||||
// Listen for changes in navigation state.
|
||||
|
||||
Reference in New Issue
Block a user