diff --git a/client/src/components/vbox.component.jsx b/client/src/components/vbox.component.jsx index 35afcd39..436eb9d1 100644 --- a/client/src/components/vbox.component.jsx +++ b/client/src/components/vbox.component.jsx @@ -29,6 +29,7 @@ const addState = connect( } function sendVboxAccept(group, index) { + document.activeElement.blur(); return ws.sendVboxAccept(instance.id, group, index); } @@ -217,7 +218,7 @@ class Vbox extends preact.Component { const vboxObject = shapes[v] ? shapes[v]() : v; return ( -