https://github.com/jerosoler/Drawflow
You can change the editor to fixed type to block. Only editor can be moved. You can put it before start.
editor.editor_mode = 'edit'; // Default editor.editor_mode = 'fixed'; // Only scroll
You can also adjust the zoom values.
editor.zoom_max = 1.6; editor.zoom_min = 0.5; editor.zoom_value = 0.1;
reroute
reroute_fix_curvature
curvature
reroute_curvature_start_end
reroute_curvature
reroute_width
line_path
force_first_input
editor_mode
edit
fixed
view
zoom
zoom_max
zoom_min
zoom_value
zoom_last_value
draggable_inputs
useuuid
Active reroute connections. Use before start or import.
start
import
editor.reroute = true;
Create point with double click on line connection. Double click on point for remove.