Skip to content

Commit a79d918

Browse files
committed
fix: ListView cursor pointer for every row for editor
1 parent 477756e commit a79d918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/Board/ListView/ListView.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ const ListView = React.memo(
384384
if (!row.original.isPersisted) return;
385385
handleClick(e, row.original.id);
386386
}}
387+
className={classNames(canEdit && gs.cursorPointer)}
387388
>
388389
{row.getVisibleCells().map((cell) => (
389390
<Table.Cell key={cell.id} style={{ width: `${cell.column.getSize()}px` }} data-prevent-card-switch-end>

0 commit comments

Comments
 (0)