Commit 1e80a04
committed
Expands non-interactive click detection to include VSCode elements
Enhances the non-interactive click listener by adding support for 'VSCODE-TEXT-AREA' and 'VSCODE-TEXT-FIELD' tags. This ensures that typing in VSCode-specific input elements is not disrupted by unintentional triggers.
Not including these element was causing users not to be able to edit some input boxes on the settings page. This fixes that!1 parent cf5f65f commit 1e80a04
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments