fix TOTP input issue (#1462)
This commit is contained in:
@@ -619,6 +619,9 @@ function isInteractable(element) {
|
||||
if (hasAngularClickBinding(element)) {
|
||||
return true;
|
||||
}
|
||||
if (element.className.toString().includes("blinking-cursor")) {
|
||||
return true;
|
||||
}
|
||||
// https://www.oxygenxml.com/dita/1.3/specs/langRef/technicalContent/svg-container.html
|
||||
// svg-container is usually used for clickable elements that wrap SVGs
|
||||
if (element.className.toString().includes("svg-container")) {
|
||||
|
||||
Reference in New Issue
Block a user