From cc36c12b5a68627f00f64acac67470ad5d1575c1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 5 Mar 2024 18:00:38 +0100 Subject: [PATCH] wait #6768 @0.75 --- resources/linkeditor/js/linkeditor.links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5