mirror of
https://github.com/tenrok/maska.git
synced 2026-06-20 20:00:34 +03:00
Fix #115
This commit is contained in:
@@ -90,6 +90,7 @@ export class MaskInput {
|
|||||||
e instanceof CustomEvent &&
|
e instanceof CustomEvent &&
|
||||||
e.type === 'input' &&
|
e.type === 'input' &&
|
||||||
e.detail != null &&
|
e.detail != null &&
|
||||||
|
typeof e.detail === 'object' &&
|
||||||
'masked' in e.detail
|
'masked' in e.detail
|
||||||
) {
|
) {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user