Remove aggressive highlighting
This commit is contained in:
parent
f1a28d62a3
commit
c8a0994f24
|
@ -410,18 +410,6 @@ Discourse.ComposerView = Discourse.View.extend(Ember.Evented, {
|
||||||
self.refreshPreview();
|
self.refreshPreview();
|
||||||
return replyTitle.length ? replyTitle.putCursorAtEnd() : $wmdInput.putCursorAtEnd();
|
return replyTitle.length ? replyTitle.putCursorAtEnd() : $wmdInput.putCursorAtEnd();
|
||||||
}), 300);
|
}), 300);
|
||||||
|
|
||||||
$('#reply-title').on('focusout', function(){
|
|
||||||
self.set('showTitleTip', Date.now());
|
|
||||||
});
|
|
||||||
|
|
||||||
$('#wmd-input').on('focusout', function(){
|
|
||||||
self.set('showReplyTip', Date.now());
|
|
||||||
});
|
|
||||||
|
|
||||||
self.$('.category-input').on('focusout', function(){
|
|
||||||
self.set('showCategoryTip', Date.now());
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
addMarkdown: function(text) {
|
addMarkdown: function(text) {
|
||||||
|
|
Loading…
Reference in New Issue