Skip to content

Commit

Permalink
release(toolbar): v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 5, 2024
1 parent d3819a1 commit 2f3754f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
},
"toolbar": {
"react": true,
"version": "0.7.0",
"version": "0.7.1",
"style": true,
"icon": false,
"test": true,
Expand Down
2 changes: 1 addition & 1 deletion src/share/Component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class Component<
])

this.on('optionChange', (name, val) => {
if (name === 'theme') {
if (name === 'theme' && val) {
let t = val
if (val === 'auto') {
t = theme.get()
Expand Down
2 changes: 1 addition & 1 deletion src/toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbar",
"version": "0.7.0",
"version": "0.7.1",
"description": "Application toolbar",
"luna": {
"react": true
Expand Down

0 comments on commit 2f3754f

Please sign in to comment.