Skip to content

Commit

Permalink
Auto-expand SDK settings detail section from link
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Mar 15, 2024
1 parent 53e1fbb commit d1251ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PluginSettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</span>

<div v-if="sdkSettings().length > 0">
<details>
<details :open="sdkSettings().some(setting => '#' + setting.name.replace(/\./g, '-') + '-setting' === this.$route.hash)">
<summary class="text-2xl pb-4 pt-4 font-bold font-hg">
Expand To Show SDK Settings
</summary>
Expand Down

0 comments on commit d1251ed

Please sign in to comment.