Skip to content

Commit

Permalink
Expand publisher on drag&drop
Browse files Browse the repository at this point in the history
  • Loading branch information
tclaus committed Apr 14, 2021
1 parent 0638619 commit 6c3269c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/app/views/publisher_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ app.views.Publisher = Backbone.View.extend({

checkSubmitAvailability: function() {
if (this._submittable()) {
this.open();
this.setButtonsEnabled(true);
} else {
this.setButtonsEnabled(false);
Expand Down

0 comments on commit 6c3269c

Please sign in to comment.