mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: no delaying topic scroll in tests
This commit is contained in:
parent
45ef2ec8cd
commit
3c7eb74f51
@ -174,7 +174,7 @@ const TopicRoute = Discourse.Route.extend({
|
|||||||
this,
|
this,
|
||||||
"_replaceUnlessScrolling",
|
"_replaceUnlessScrolling",
|
||||||
postUrl,
|
postUrl,
|
||||||
SCROLL_DELAY
|
Ember.Test ? 0 : SCROLL_DELAY
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user