Fixed handling of connectors after the new clipboard changes.
parent
524f47cab9
commit
19170116ba
|
@ -178,7 +178,7 @@ svgEditor.addExtension("Connector", function(S) {
|
|||
);
|
||||
elData(this, 'c_'+pos, part.id);
|
||||
elData(this, pos+'_bb', svgCanvas.getStrokedBBox([part]));
|
||||
}
|
||||
} else part = document.getElementById(part);
|
||||
parts.push(part);
|
||||
}.bind(this));
|
||||
|
||||
|
|
Loading…
Reference in New Issue