fix wrong id selector
This commit is contained in:
parent
241a77b225
commit
20e22ac075
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ editor = {
|
|||
_click_graph_node: function(e) {
|
||||
// click callback for a graph node
|
||||
if (editor._loading_geometry) return;
|
||||
$('#id_licked_node').val(e.target.feature.properties.id).closest('form').submit();
|
||||
$('#id_clicked_node').val(e.target.feature.properties.id).closest('form').submit();
|
||||
},
|
||||
_dblclick_graph_item: function() {
|
||||
// dblclick callback for a graph items… disable doubleclick zoom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue