diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 81716634..67db66e9 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -2056,7 +2056,7 @@ } }) - Editor.setPan = function(active) { + Editor.setPanning = function(active) { svgCanvas.spaceKey = keypan = active; } }());