release 3.8

This commit is contained in:
Rasmus Andersson 2019-08-04 19:35:36 -07:00
parent 672ead9a6c
commit ba49662904
74 changed files with 202171 additions and 197156 deletions

View file

@ -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()
}
},