Expand publisher on drag&drop
This commit is contained in:
parent
0638619f81
commit
6c3269c6d5
1 changed files with 1 additions and 0 deletions
|
|
@ -447,6 +447,7 @@ app.views.Publisher = Backbone.View.extend({
|
|||
|
||||
checkSubmitAvailability: function() {
|
||||
if (this._submittable()) {
|
||||
this.open();
|
||||
this.setButtonsEnabled(true);
|
||||
} else {
|
||||
this.setButtonsEnabled(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue