[fix] typo in isFocusingInput (#1221)
Fixes https://discord.com/channels/859816885297741824/1103050527731884082/1103052355110457354
This commit is contained in:
parent
00e3d20dc8
commit
f44f6e2c9f
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ function isFocusingInput() {
|
|||
|
||||
if (
|
||||
activeElement &&
|
||||
(activeElement.getAttribute('contenteditble') ||
|
||||
(activeElement.getAttribute('contenteditable') ||
|
||||
INPUTS.indexOf(activeElement.tagName.toLowerCase()) > -1)
|
||||
) {
|
||||
return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue