Merge branch 'release/1.8.0' of ssh://git.mnml.gg:40022/~/mnml into release/1.8.0

This commit is contained in:
ntr 2019-11-06 17:20:40 +11:00
commit e86ef5c3dd

View File

@ -177,7 +177,7 @@ class Vbox extends preact.Component {
}
function availableBtn(v, group, index) {
if (!v) return <button disabled class='empty' key={(group + 1) * index} >&nbsp;</button>;
if (!v) return <button disabled class='empty' key={(group * 10 + index} >&nbsp;</button>;
const selected = vboxSelected[0] === group && vboxSelected[1] === index;
// state not yet set in double click handler