Skip to content

Commit

Permalink
* kanban: disable selection on adding link.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed May 27, 2024
1 parent bb1be22 commit 8b43350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kanban/src/style/kanban-link-editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.kanban.is-adding-link {
@apply -cursor-crosshair;
@apply -cursor-crosshair -select-none;
}
.kanban-link-editor {
@apply -absolute -inset-0 -pointer-events-none -z-20;
Expand Down

0 comments on commit 8b43350

Please sign in to comment.