Fixed handling of connectors after the new clipboard changes.

master
KB Jørgensen 2018-01-22 10:01:59 +01:00
parent 524f47cab9
commit 19170116ba
1 changed files with 1 additions and 1 deletions

View File

@ -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));