We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477756e commit a79d918Copy full SHA for a79d918
client/src/components/Board/ListView/ListView.jsx
@@ -384,6 +384,7 @@ const ListView = React.memo(
384
if (!row.original.isPersisted) return;
385
handleClick(e, row.original.id);
386
}}
387
+ className={classNames(canEdit && gs.cursorPointer)}
388
>
389
{row.getVisibleCells().map((cell) => (
390
<Table.Cell key={cell.id} style={{ width: `${cell.column.getSize()}px` }} data-prevent-card-switch-end>
0 commit comments