From 9c2113ae1e2d72c95a4e54df0749287e36a634b7 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 27 Jun 2024 17:33:08 +0200 Subject: [PATCH] wip #6960 @0:01 --- 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 6be556a20..5d51f34c7 100644 --- a/resources/linkeditor/js/linkeditor.links.js +++ b/resources/linkeditor/js/linkeditor.links.js @@ -1641,7 +1641,7 @@ LinkeditorLinks.prototype = { $("[data-id-preview=" + linkData.uid + "]").html("
") if($("[data-id-preview=" + linkData.uid + "] .canvas img").length < 1) { - $("#linkeditor-page-right .contents .images").clone().appendTo("[data-id-preview=" + linkData.uid + "] .canvas") + $("#linkeditor-page-right .contents").clone().appendTo("[data-id-preview=" + linkData.uid + "] .canvas") } const wp = $(".linkeditor-page").get(0).getBoundingClientRect().width, -- 2.39.5