Correct Item dragging if loaded with BAPS

This commit is contained in:
Matthew Stratford 2021-05-31 21:44:13 +01:00
parent bba2ba31e2
commit 54112a6391

View file

@ -58,7 +58,7 @@ export const Item = memo(function Item({
let isDragDisabled = isGhost;
if (process.env.REACT_APP_BAPSICLE_INTERFACE) {
if (!process.env.REACT_APP_BAPSICLE_INTERFACE) {
isDragDisabled = isDragDisabled || isLoaded;
}
return (