Fix bug with tables context menu
This commit is contained in:
parent
3d1fd4a7aa
commit
a9bafda41c
File diff suppressed because one or more lines are too long
@ -690,7 +690,7 @@ function bindContextMenus() {
|
||||
$(".schema-group ul").each(function(id, el) {
|
||||
$(el).contextmenu({
|
||||
target: "#tables_context_menu",
|
||||
scopes: "li.schema-tables",
|
||||
scopes: "li.schema-table",
|
||||
onItem: function(context, e) {
|
||||
var el = $(e.target);
|
||||
var table = $(context[0]).data("id");
|
||||
|
Loading…
x
Reference in New Issue
Block a user