v3.0.3 broke Divi Builder text editing
Hi Rahul (and Smith),
I confirm the issue with Anspress and the Divi Builder. It seems that this is broken by the add_action hook ‘tiny_mce_before_init‘ in includes/mention.php.
Here’s what I get in my console when I try to edit text in the builder :
Is this add_action required in the admin section ?
Otherwise, I guess a simple “if (! is_admin() )” before the call to add_action should fix the issue.
BTW, Rahul, I can give you an access to my debug/test website or send you an divi-builder archive (it’s under GPL licence so I believed I’m allowed to do so) so you can test your fix more easily.
Fred commented on answer
Fred commented
It works ! Thanks for the fast fix, Rahul.
Hello Fred, I just made a push to GitHub. Please check if that solve your issue. Thanks for reporting.