Skip to content

Commit

Permalink
Merge pull request #4496 from guerler/fix_drag_drop_firefox
Browse files Browse the repository at this point in the history
[17.05] Fix drag and drop from history for Firefox
  • Loading branch information
dannon committed Aug 25, 2017
2 parents 685b9de + 3ef39b3 commit cf89779
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
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit cf89779

Please sign in to comment.