Skip to content

Commit

Permalink
More debug for #122.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jun 4, 2018
1 parent 1174254 commit 95570d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40094,6 +40094,9 @@ const mapDispatchToProps = (dispatch, ownProps) => {
alert('adding visible class');
frame.views.get('.media-frame-content')[0].sidebar.$el.addClass('visible');
});
} else {

alert('could not locate frameSelection');
}

toolbarView.controller.on('select', function () {
Expand Down
2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/containers/UploaderContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ const mapDispatchToProps = (dispatch, ownProps) => {
alert( 'adding visible class' );
frame.views.get('.media-frame-content')[0].sidebar.$el.addClass( 'visible' );
});
} else {

alert( 'could not locate frameSelection' );
}

toolbarView.controller.on('select',function() {
Expand Down

0 comments on commit 95570d4

Please sign in to comment.