Skip to content

Commit

Permalink
clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Sep 6, 2023
1 parent 6521615 commit 36c75a7
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 65 deletions.
129 changes: 65 additions & 64 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/ui/src/composites/wui-tabs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class WuiTabs extends LitElement {
this.buttons = [...this.shadowRoot.querySelectorAll('button')]
setTimeout(() => {
this.animateTabs(0, true)
}, 0.1)
}, 0)
}
}

Expand Down

0 comments on commit 36c75a7

Please sign in to comment.