Skip to content

Commit c664d6d

Browse files
committed
reset share name on join
1 parent 1836228 commit c664d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ ui.buttons.mdns.addEventListener('click', function (e) {
8888
})
8989

9090
ui.buttons.join.addEventListener('click', function (e) {
91+
ui.inputs.copy.value = ''
9192
ui.hide(ui.containers.mdns)
9293
ui.show(ui.containers.join)
9394
ui.hide(ui.containers.choose)

0 commit comments

Comments
 (0)