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

This commit is contained in:
ntr 2019-10-23 13:10:00 +11:00
commit 82da5da23e

View File

@ -174,6 +174,7 @@ function Vbox(args) {
// state not yet set in double click handler
function onDblClick(e) {
clearVboxSelected();
sendVboxAccept(group, index);
e.stopPropagation();
}