From 3973677a9b096d1639cfb70a093b03b88360d7bf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 Mar 2024 09:54:11 +0100 Subject: [PATCH] try #6791 @0.5 --- resources/linkeditor/js/linkeditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5