deactivate nodes without sending a request
This commit is contained in:
parent
684450424a
commit
301a08b3db
3 changed files with 22 additions and 1 deletions
|
@ -501,6 +501,8 @@ def graph_edit(request, level=None, space=None):
|
|||
'edge_settings_form': edge_settings_form,
|
||||
'graph_action_form': graph_action_form,
|
||||
'graph_editing': graph_editing,
|
||||
'deactivate_node_on_click': graph_editing_settings['node_click'] in ('deactivate', 'toggle',
|
||||
'connect_or_toggle'),
|
||||
})
|
||||
|
||||
return render(request, 'editor/graph.html', ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue