Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Sep 3, 2019
2 parents 8415536 + 4ebecd2 commit 89cd700
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"author": "mbnuqw",
"name": "__MSG_ExtName__",
"version": "3.0.1",
"version": "3.0.2",
"default_locale": "en",
"description": "__MSG_ExtDesc__",
"homepage_url": "https://github.com/mbnuqw/sidebery",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sidebery",
"version": "3.0.1",
"version": "3.0.2",
"description": "Manage your tabs and bookmarks in sidebar",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/sidebar/actions/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ function resetUpdateGroupTabTimeout() {
function updateActiveGroupPage() {
let activeTab = this.state.tabs.find(t => t.active)
if (Utils.isGroupUrl(activeTab.url)) {
this.actions.updateGroupTab(updateGroupTab)
this.actions.updateGroupTab(activeTab)
}
}

Expand Down

0 comments on commit 89cd700

Please sign in to comment.