Correct Item dragging if loaded with BAPS
This commit is contained in:
parent
bba2ba31e2
commit
54112a6391
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue