Skip to content

Commit 28d45e9

Browse files
committed
[Fix] Mutation issue
1 parent 5d45f7e commit 28d45e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ export function inputHandler(event: CustomInputEvent) {
169169
updateCursor(target, positionFromEnd)
170170

171171
if (oldValue !== target.value) {
172-
// target.oldValue = masked
173172
target.dispatchEvent(InputEvent('input'))
174173
}
175174
}

0 commit comments

Comments
 (0)