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:
Donkie
2023-10-30 22:29:12 +01:00
parent 1bc3cfe586
commit 2c8d3602f0

View File

@@ -133,7 +133,7 @@ function Column<Obj extends Entity>(
}
},
}}
trigger={["contextMenu"]}
trigger={["click"]}
>
<div>{render(value, record, index)}</div>
</Dropdown>