diff --git a/client/src/components/vbox.component.jsx b/client/src/components/vbox.component.jsx index 3fb669b7..7e1032a9 100644 --- a/client/src/components/vbox.component.jsx +++ b/client/src/components/vbox.component.jsx @@ -8,6 +8,7 @@ const { convertVar } = require('./../utils'); function Vbox(args) { const { activeCryp, + setActiveCryp, combiner, info, instance, @@ -72,6 +73,14 @@ function Vbox(args) { return false; }; + function freeClick() { + if (c) { + setActiveCryp(null); + return setInfo('item', c); + } + return false; + } + return