chore(): sync with master branch

This commit is contained in:
Liam DeBeasi
2021-02-08 14:13:43 -05:00
committed by GitHub
24 changed files with 139 additions and 84 deletions

View File

@@ -1,6 +1,6 @@
import { addEventListener, removeEventListener } from '../../helpers';
const SKIP_SELECTOR = 'input, textarea, [no-blur]';
const SKIP_SELECTOR = 'input, textarea, [no-blur], [contenteditable]';
export const enableInputBlurring = () => {
let focused = true;