Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEB-1073] fix: Kanban dnd to work as tested on Chrome, Safari and Firefox #4301

Merged
merged 3 commits into from
Apr 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
revert back unintentional change
  • Loading branch information
rahulramesha committed Apr 26, 2024
commit 5370cadb190a22c4053c1d5faf10585e4f4ce617
2 changes: 1 addition & 1 deletion web/components/issues/issue-layouts/kanban/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const KanbanIssueDetailsBlock: React.FC<IssueDetailsBlockProps> = observer((prop
className="absolute -top-1 right-0 hidden group-hover/kanban-block:block"
onClick={handleEventPropagation}
>
{!isReadOnly && quickActions(issue)}
{quickActions(issue)}
</div>
</div>
</WithDisplayPropertiesHOC>
Expand Down