Skip to content

Commit

Permalink
Fix typo in 6288299
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Dec 2, 2020
1 parent bc83194 commit 45fe07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var TBKeys = {
tagName == 'textbox' || tagName == 'input' ||
tagName == 'select' || tagName == 'textarea' ||
tagName == 'html:input' || tagName == 'search-textbox' ||
tagName == 'hmtl:textarea' ||
tagName == 'html:textarea' ||
(element.contentEditable && element.contentEditable == 'true')
)

Expand Down

0 comments on commit 45fe07d

Please sign in to comment.