Skip to content

Commit

Permalink
Don't prevent user from selecting stats tables data
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiraud committed Feb 1, 2024
1 parent f1aa477 commit cb855c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/StatsTableItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ function durationPercent(node: Node) {

<template>
<thead class="thead-light">
<tr
v-on:click.prevent="expanded = !expanded"
role="button"
class="user-select-none"
>
<tr v-on:click.prevent="expanded = !expanded" role="button">
<th>
<font-awesome-icon
fixed-width
Expand Down

0 comments on commit cb855c9

Please sign in to comment.