Commit 3c05c301 by zhaochengxiang

bug fix

parent 95c38134
...@@ -657,8 +657,7 @@ const AssetManageTree = (props) => { ...@@ -657,8 +657,7 @@ const AssetManageTree = (props) => {
} }
const displayMenu = (e) => { const displayMenu = (e) => {
show({ show(e, {
event: e,
position: { position: {
x: e.clientX + 30, x: e.clientX + 30,
y: e.clientY - 10 y: e.clientY - 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment