mirror of
https://github.com/Qortal/Q-Manager.git
synced 2025-06-15 15:21:20 +00:00
fix bug moving
This commit is contained in:
parent
4f365a3b98
commit
e113143f50
@ -282,6 +282,9 @@ moveNode, currentPath, item }) => {
|
||||
alignItems: 'center'
|
||||
}}>
|
||||
<button onClick={()=> {
|
||||
|
||||
|
||||
if(!targetPath || targetPath?.length === 0) return
|
||||
moveNode(
|
||||
item.name,
|
||||
item.type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user