mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
fix(app): keyboard no longer hides when using contenteditable (#22857)
resolves #22856
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user