mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:48:04 +08:00
FIX: Clicking on the title was doubling up the title
This commit is contained in:
parent
f3540332a8
commit
86f11955cf
|
@ -47,8 +47,8 @@ const DiscourseURL = Ember.Object.extend({
|
|||
opts = opts || {};
|
||||
const holderId = `#post_${postNumber}`;
|
||||
|
||||
_transitioning = true;
|
||||
Em.run.schedule('afterRender', () => {
|
||||
_transitioning = postNumber > 1;
|
||||
Ember.run.schedule('afterRender', () => {
|
||||
let elementId;
|
||||
let holder;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user