Skip to content

Commit

Permalink
Display copy dialogue only on long observables
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Dec 21, 2024
1 parent 723a43a commit d29889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ObservableDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
</template>
</v-card>
<v-sheet class="ma-2">
<v-sheet class="ma-2" v-if="observable?.value.length > 70">
<v-expansion-panels>
<v-expansion-panel>
<v-expansion-panel-title v-slot="{ expanded }">
Expand Down

0 comments on commit d29889c

Please sign in to comment.