chore(collections/board): context menu wrongly positioned

This commit is contained in:
Elian Doran 2025-09-12 13:58:52 +03:00
parent 85949a0464
commit 174f796b56
No known key found for this signature in database

View File

@ -152,13 +152,13 @@ export default function Column({
onDragOver={handleDragOver}
onDragLeave={handleDragLeave}
onDrop={handleDrop}
onContextMenu={handleContextMenu}
>
<h3
className={`${isEditing ? "editing" : ""}`}
draggable="true"
onDragStart={handleColumnDragStart}
onDragEnd={handleColumnDragEnd}
onContextMenu={handleContextMenu}
>
{!isEditing ? (
<>