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