Skip to content

Commit

Permalink
Fix drag and drop from history for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Aug 25, 2017
1 parent 685b9de commit 3ef39b3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions client/galaxy/scripts/mvc/ui/ui-select-content.js
Expand Up @@ -301,6 +301,7 @@ var View = Backbone.View.extend({
} catch( e ) {
this._handleDropStatus( 'danger' );
}
ev.preventDefault();
},

/** Highlight drag result */
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/ui/ui-select-content.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/scripts/bundled/analysis.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

0 comments on commit 3ef39b3

Please sign in to comment.