]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5963 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 May 2023 13:36:03 +0000 (15:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 May 2023 13:36:03 +0000 (15:36 +0200)
resources/linkeditor/js/linkeditor.utils.js

index 215c8c9f22377cd66684011b93df423401a5e4ee..2642c1c2d313ec97cbc5f839b164da6b20958a6a 100644 (file)
@@ -143,7 +143,7 @@ LinkeditorUtils.prototype = {
             r2.bottom < r1.top);
     },
     isfocusOnFormItem: function () {
-        return $(document.activeElement).is('input[type="text"],input[type="email"],input[type="number"],input[type="tel"],,input[type="search"],textarea,select');
+        return $(document.activeElement).is('input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="search"],textarea,select');
     }
 };