Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/artf/grapesjs into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed May 5, 2018
2 parents db47de6 + dbda14c commit 70281ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asset_manager/view/AssetsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = Backbone.View.extend({
this.getAssetsEl().scrollTop = 0;

if (handleAdd) {
handleAdd(url);
handleAdd.bind(this)(url);
} else {
this.options.globalCollection.add(url, { at: 0 });
}
Expand Down

0 comments on commit 70281ce

Please sign in to comment.