Skip to content

Commit

Permalink
fix: dialog tabs behave now as expected in nested tabs scenarios
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
gearsdigital committed Jul 4, 2020
1 parent 6f2b28b commit f11586f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ return [
This will wrap the text in `###` => (`### In the jungle of Sumatra ###`)

## Available translations
``

- German
- English

Expand Down
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/components/EnhancedToolbarLinkDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<nav>
<k-button
v-for="tab in tabs"
:link="'#' + tab.name"
:current="currentTab && currentTab.name === tab.name"
class="k-tab-button"
@click="selectTab(tab)"
Expand Down

0 comments on commit f11586f

Please sign in to comment.