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