We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c933cb2 commit 13d0dc2Copy full SHA for 13d0dc2
js/render.js
@@ -509,6 +509,7 @@ var _links = [];
509
var _arrows = [];
510
511
function drawLinks(ls) {
512
+ Config.redraw = 0;
513
arrangeOffsetValsForAttachmentPoints(linkObjs);
514
arrangeOffsetValsForAttachmentPoints(wordObjs);
515
@@ -524,7 +525,7 @@ function drawLinks(ls) {
524
525
Object.keys(ls).forEach(function(key) {
526
drawLink(ls[key]);
527
});
-
528
+
529
drawAllLinks();
530
drawAllLinkLabels();
531
drawAllArrows();
0 commit comments