Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Mar 25, 2019
2 parents 2155df1 + 13b570e commit 5f22c01
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": "2.2.0",
"version": "2.2.1",
"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": "2.2.0",
"version": "2.2.1",
"description": "Manage your tabs and bookmarks in sidebar",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/sidebar/components/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ export default {
}
tabPanel.lastActiveTab = info.tabId
EventBus.$emit('scrollToActiveTab', panelIndex, info.tabId)
if (!tab.pinned) EventBus.$emit('scrollToActiveTab', panelIndex, info.tabId)
// If activated tab is group - reinit it
if (Utils.IsGroupUrl(tab.url)) {
Expand Down

0 comments on commit 5f22c01

Please sign in to comment.