From e29ce1e30cef39a71b4083af2e6f781661318b2c Mon Sep 17 00:00:00 2001 From: Mashy Date: Mon, 4 Nov 2019 17:36:04 +1000 Subject: [PATCH] firefox drag --- client/src/components/instance.constructs.jsx | 5 ++++- client/src/components/vbox.component.jsx | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/client/src/components/instance.constructs.jsx b/client/src/components/instance.constructs.jsx index ed43f62e..d3844294 100644 --- a/client/src/components/instance.constructs.jsx +++ b/client/src/components/instance.constructs.jsx @@ -153,7 +153,10 @@ function Construct(props) { const classes = `${equipping ? 'equipping' : ''} ${!skill ? 'empty' : ''} ${border()}`; return ( -