fix set name bug for collab demo

This commit is contained in:
Philipp Kühn 2020-12-02 22:16:53 +01:00
parent 8df88408fa
commit 14b7c03efa

View File

@ -109,7 +109,7 @@ export default {
methods: {
setName() {
const name = window.prompt('Name')
const name = (window.prompt('Name') || '')
.trim()
.substring(0, 32)