Skip to content

Commit

Permalink
Fix StudioTree
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Mar 25, 2024
1 parent d4fe40b commit 6c07f55
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,15 @@
@click.stop
>
<template #menu>
<ContentNodeOptions :nodeId="nodeId" />
<ContentNodeOptions :nodeId="nodeId" data-test="editMenu"/>
</template>
</KIconButton>
</VFlex>
<ContentNodeOptions
v-if="allowEditing && !copying"
isContextMenu
:nodeId="nodeId"
data-test="contextMenu"
>
<template #header>
<div class="caption grey--text pt-2 px-3" :class="getTitleClass(node)">
Expand Down

0 comments on commit 6c07f55

Please sign in to comment.