fix background highlighted on dbl click

This commit is contained in:
Mashy 2019-10-23 11:13:09 +10:00
parent 9590f1668d
commit bd518e1613

View File

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