Support

Account

Home Forums Backend Issues (wp-admin) BUG: Focus Forced Down Page When Inserting/Removing Blocks Reply To: BUG: Focus Forced Down Page When Inserting/Removing Blocks

  • The issue can be fixed in the file assets/build/js/acf-input.min.js by replacing the call to switchEditors.go inside the function enableTinymce with this.initialize. Don’t forget to check if the field isn’t already initialized before doing so.