simplified menu css
This commit is contained in:
@@ -253,7 +253,7 @@ angular.module('app.frontend')
|
||||
}
|
||||
}
|
||||
|
||||
this.selectedMenuItem = function() {
|
||||
this.selectedMenuItem = function($event) {
|
||||
this.showMenu = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ angular.module('app.frontend')
|
||||
}.bind(this), 100)
|
||||
}
|
||||
|
||||
this.selectedMenuItem = function() {
|
||||
this.selectedMenuItem = function($event) {
|
||||
this.showMenu = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ class EditorMenu {
|
||||
$scope.formData = {};
|
||||
$scope.editorManager = editorManager;
|
||||
|
||||
$scope.selectEditor = function(editor) {
|
||||
$scope.selectEditor = function($event, editor) {
|
||||
editor.conflict_of = null; // clear conflict if applicable
|
||||
$scope.callback()(editor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user