Skip to content
Snippets Groups Projects
Commit 7f9b4689 authored by hertzhaft's avatar hertzhaft
Browse files

remove superfluous line

parent 4d998b7d
Branches
Tags
No related merge requests found
...@@ -641,10 +641,9 @@ ...@@ -641,10 +641,9 @@
} }
// save editable state and set to non-editable // save editable state and set to non-editable
if (shape.properties != null) { if (shape.properties != null) {
shape.properties._editable = shape.properties.editable; shape.properties._editable = shape.properties.editable;
shape.properties.editable = false; shape.properties.editable = false;
shape.properties.screenpos = [pt]; shape.properties.screenpos = [pt];
shape.properties.startpos = [pt];
} else { } else {
shape.properties = {'editable' : false}; shape.properties = {'editable' : false};
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment