From: Vincent Vanwaelscappel Date: Tue, 5 Mar 2024 17:00:38 +0000 (+0100) Subject: wait #6768 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cc36c12b5a68627f00f64acac67470ad5d1575c1;p=fluidbook-toolbox.git wait #6768 @0.75 --- diff --git a/resources/linkeditor/js/linkeditor.links.js b/resources/linkeditor/js/linkeditor.links.js index 40ace7a97..524023e06 100644 --- a/resources/linkeditor/js/linkeditor.links.js +++ b/resources/linkeditor/js/linkeditor.links.js @@ -1321,7 +1321,7 @@ LinkeditorLinks.prototype = { $("#linkeditor-selectlink-rect").css(css); let selectRect = $("#linkeditor-selectlink-rect").get(0).getBoundingClientRect(); - $(".link:not(.selectedBeforeRect)").each(function () { + $(".link:not(.selectedBeforeRect):not([data-locked=\"1\"])").each(function () { if ($this.linkeditor.utils.intersectRect($(this).get(0).getBoundingClientRect(), selectRect)) { $this.selectLink(this); } else {