release 3.8
This commit is contained in:
parent
672ead9a6c
commit
ba49662904
74 changed files with 202171 additions and 197156 deletions
|
|
@ -64,6 +64,10 @@ var ui = {
|
|||
if (unsupportedMessage) {
|
||||
unsupportedMessage.classList.add('active')
|
||||
}
|
||||
} else {
|
||||
this.state.size = window.innerWidth / 10
|
||||
root.querySelector(`[name="size"]`).value = this.state.size
|
||||
this.update()
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Reference in a new issue