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