mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 16:08:56 +08:00
Fixed some merge conflicts
This commit is contained in:
parent
1a60301a17
commit
67f0de4b8b
@ -93,7 +93,6 @@ Discourse.ComposerController = Discourse.Controller.extend({
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
closeEducation: function() {
|
closeEducation: function() {
|
||||||
this.set('educationClosed', true);
|
this.set('educationClosed', true);
|
||||||
},
|
},
|
||||||
|
@ -85,13 +85,12 @@ Discourse.ComposerView = Discourse.View.extend({
|
|||||||
$('.composer-popup').css('bottom', sizePx);
|
$('.composer-popup').css('bottom', sizePx);
|
||||||
},
|
},
|
||||||
|
|
||||||
focusIn: (function() {
|
focusIn: function() {
|
||||||
var controller = this.get('controller');
|
var controller = this.get('controller');
|
||||||
if(controller) controller.resetDraftStatus();
|
if(controller) controller.resetDraftStatus();
|
||||||
}),
|
},
|
||||||
|
|
||||||
|
resize: function() {
|
||||||
resize: (function() {
|
|
||||||
// this still needs to wait on animations, need a clean way to do that
|
// this still needs to wait on animations, need a clean way to do that
|
||||||
return Em.run.next(null, function() {
|
return Em.run.next(null, function() {
|
||||||
var replyControl = $('#reply-control');
|
var replyControl = $('#reply-control');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user