Open actions menu on click instead of contextClick
context click is a bit hit-and-miss if it works on phones
This commit is contained in:
@@ -133,7 +133,7 @@ function Column<Obj extends Entity>(
|
||||
}
|
||||
},
|
||||
}}
|
||||
trigger={["contextMenu"]}
|
||||
trigger={["click"]}
|
||||
>
|
||||
<div>{render(value, record, index)}</div>
|
||||
</Dropdown>
|
||||
|
||||
Reference in New Issue
Block a user