Expand publisher on drag&drop

This commit is contained in:
Thorsten Claus 2021-04-14 08:27:06 +02:00
parent 0638619f81
commit 6c3269c6d5

View file

@ -447,6 +447,7 @@ app.views.Publisher = Backbone.View.extend({
checkSubmitAvailability: function() {
if (this._submittable()) {
this.open();
this.setButtonsEnabled(true);
} else {
this.setButtonsEnabled(false);