mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Oops, decorators are causing jumpiness
This commit is contained in:
parent
5f65bf420c
commit
867215a915
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue