We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5608d61 commit 8cb1a24Copy full SHA for 8cb1a24
packages/devtools/src/app/components/flowmap/ModuleFlow.vue
@@ -192,7 +192,6 @@ const codeDisplay = computed(() => {
192
<div w-full flex="~">
193
<div select-none flex-1>
194
<FlowmapExpandable
195
- :items="resolveIds"
196
:expandable="resolveIds.length > 0"
197
:class-root-node="resolveIds.length === 0 ? 'border-dashed' : ''"
198
:active-start="isSelectedAncestor(resolveIds[0] || loads[0])"
@@ -219,7 +218,6 @@ const codeDisplay = computed(() => {
219
218
</FlowmapExpandable>
220
221
222
- :items="loads"
223
:expandable="loads.length > 0"
224
:class-root-node="loads.length === 0 ? 'border-dashed' : ''"
225
:active-start="isSelectedAncestor(loads[0])"
0 commit comments