Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix: go to staging after add files, in library
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Jun 26, 2017
1 parent a48d8fc commit 24d7f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/builtin-pages/views/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ function onClickTab (tab) {

function onFilesAdded () {
// go to staging tab
currentSection = 'staging'
isStagingOpen = true
update()
}

Expand Down

0 comments on commit 24d7f11

Please sign in to comment.