From: soufiane Date: Thu, 27 Jun 2024 15:33:08 +0000 (+0200) Subject: wip #6960 @0:01 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9c2113ae1e2d72c95a4e54df0749287e36a634b7;p=fluidbook-toolbox.git wip #6960 @0:01 --- 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,