mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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._fixImageSizes($html);
|
||||||
this._applySearchHighlight($html);
|
this._applySearchHighlight($html);
|
||||||
|
|
||||||
_decorators.forEach(cb => cb($html));
|
// _decorators.forEach(cb => cb($html));
|
||||||
return $html[0];
|
return $html[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user