Oops, decorators are causing jumpiness

This commit is contained in:
Robin Ward 2016-02-10 15:54:43 -05:00
parent 5f65bf420c
commit 867215a915

View file

@ -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];
} }