From: Vincent Vanwaelscappel Date: Fri, 26 Dec 2025 17:45:43 +0000 (+0100) Subject: wip #7917 @2 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=99e811101f60adbf7d6c63c50b8cd32e3a2321ac;p=fluidbook-toolbox.git wip #7917 @2 --- diff --git a/resources/linkeditor-stable/js/linkeditor.accessibility.js b/resources/linkeditor-stable/js/linkeditor.accessibility.js index ad01a7818..59a01b859 100644 --- a/resources/linkeditor-stable/js/linkeditor.accessibility.js +++ b/resources/linkeditor-stable/js/linkeditor.accessibility.js @@ -2,7 +2,7 @@ import Sortable from 'sortablejs'; function LinkeditorAccessibility(linkeditor) { this.linkeditor = linkeditor; - this.interactiveThreshold = 6; + this.interactiveThreshold = 5; this.nonInteractiveTypes = [14, 15, 39]; }