Skip to content

Commit 6ddb4e0

Browse files
committed
Revert "[Fix] Mutation issue"
This reverts commit 28d45e9.
1 parent 0f8fdf9 commit 6ddb4e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export function inputHandler(event: CustomInputEvent) {
161161
updateCursor(target, positionFromEnd)
162162

163163
if (oldValue !== target.value) {
164+
// target.oldValue = masked
164165
target.dispatchEvent(InputEvent('input'))
165166
}
166167
}

0 commit comments

Comments
 (0)