Skip to content

Commit e485e91

Browse files
committed
updated directive and component
1 parent 966f9e5 commit e485e91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ export function updateCursor(el: HTMLInputElement, position: number) {
9292
* @param {Boolean} options.force Forces the update even if the old value and the new value are the same
9393
*/
9494
export function updateValue(el: CustomInputElement, vnode: VNode | null, { emit = true, force = false, clean = false } = {}) {
95-
// console.log('updateValue', arguments)
96-
9795
const { options, oldValue } = el
9896
const { reverseFill, max, min } = options
9997
const currentValue = vnode?.props?.value || el.value

0 commit comments

Comments
 (0)