mirror of
https://github.com/discourse/discourse.git
synced 2025-02-23 22:21:17 +00:00
Oops, decorators are causing jumpiness
This commit is contained in:
parent
5f65bf420c
commit
867215a915
@ -29,7 +29,7 @@ export default class PostCooked {
|
||||
this._fixImageSizes($html);
|
||||
this._applySearchHighlight($html);
|
||||
|
||||
_decorators.forEach(cb => cb($html));
|
||||
// _decorators.forEach(cb => cb($html));
|
||||
return $html[0];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user