]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7917 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 26 Dec 2025 17:45:43 +0000 (18:45 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 26 Dec 2025 17:45:43 +0000 (18:45 +0100)
resources/linkeditor-stable/js/linkeditor.accessibility.js

index ad01a78184ec82874bf8c45b232d63aa39fc0abd..59a01b859319be0b3d1d8936d4fa1b1a9bc55e1b 100644 (file)
@@ -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];
 }