mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 || {};
|
opts = opts || {};
|
||||||
const holderId = `#post_${postNumber}`;
|
const holderId = `#post_${postNumber}`;
|
||||||
|
|
||||||
_transitioning = true;
|
_transitioning = postNumber > 1;
|
||||||
Em.run.schedule('afterRender', () => {
|
Ember.run.schedule('afterRender', () => {
|
||||||
let elementId;
|
let elementId;
|
||||||
let holder;
|
let holder;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user