feat: do not remove "download blob" message
It shifts everything up and can be confusing.
This commit is contained in:
parent
e24cdb0540
commit
defa1c459d
|
@ -132,9 +132,6 @@
|
|||
rlnInstance = _rlnInstance
|
||||
statusSpan.innerText = 'WASM Blob download in progress... done!'
|
||||
updateFields()
|
||||
setTimeout(() => {
|
||||
statusSpan.innerText = ''
|
||||
}, 5000)
|
||||
})
|
||||
|
||||
const ContentTopic = "/toy-chat/2/luzhou/proto";
|
||||
|
|
Loading…
Reference in New Issue