Skip to content

Commit bf3fad5

Browse files
committed
trying again
1 parent e164714 commit bf3fad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/buttons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ export function fileUploadButtonDiv (
12921292
false
12931293
)
12941294

1295-
; (input as any).style = 'display:none'
1295+
; (input as any).style = 'display:none'
12961296
const buttonElt = div.appendChild(
12971297
button(
12981298
dom,

0 commit comments

Comments
 (0)