From: Vincent Vanwaelscappel Date: Wed, 13 Mar 2024 08:54:11 +0000 (+0100) Subject: try #6791 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3973677a9b096d1639cfb70a093b03b88360d7bf;p=fluidbook-toolbox.git try #6791 @0.5 --- diff --git a/resources/linkeditor/js/linkeditor.js b/resources/linkeditor/js/linkeditor.js index ca85b81cc..1342dcbba 100644 --- a/resources/linkeditor/js/linkeditor.js +++ b/resources/linkeditor/js/linkeditor.js @@ -199,7 +199,7 @@ LinkEditor.prototype = { } else if (e.keyCode == 18) { $("#linkeditor-main").addClass('duplicate'); - } else if (e.key == '>' || e.keyCode === 60 || e.keyCode === 226) { + } else if (e.key == '>' || e.keyCode === 60 || e.keyCode === 226 || e.key==='<' || e.keyCode===188) { $("#linkeditor-main").addClass('polygon'); } $this.rulers.moveRuler();