Skip to content

Commit 65ba50f

Browse files
committed
fix: typo renderValue condition
1 parent bb4ce51 commit 65ba50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function fileEvent(event) {
140140
inputs.set(input, selected);
141141
console.log("Files selected:", selected);
142142

143-
if (!input.renderValue)
143+
if (input.renderValue)
144144
input.renderValue(selected.values())
145145

146146
const isImport = input.getAttribute('import')

0 commit comments

Comments
 (0)