I saw a post which instructed using `if (typeof FrontEndEditor !== 'undefined'){
jQuery('.fee-field').each(FrontEndEditor.make_editable);
}` in order to use FEE with infinite scroll. However, upon the latest update of front end editor, it has ceased working. Is there anything that should have caused this, or do I need to change the code? Front end editor still loads flawlessly on the first page, but will no longer work on subsequent pages.