Skip to content

Commit 4ad8ae2

Browse files
authored
Fix: Make breadcrumbs non-draggable. (#6191)
## Summary Prevents accidentally trying to load the current site as if it were a workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6191-Fix-Make-breadcrumbs-non-draggable-2946d73d365081bda833c7a413903e97) by [Unito](https://www.unito.io)
1 parent e4b52e5 commit 4ad8ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/breadcrumb/SubgraphBreadcrumbItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
value: item.label,
66
showDelay: 512
77
}"
8+
draggable="false"
89
href="#"
910
class="p-breadcrumb-item-link h-12 cursor-pointer px-2"
1011
:class="{

0 commit comments

Comments
 (0)