Since Elementor v3.7.0, some changes have been made in the core files of Elementor plugin which causes Elementor editor pages not to load, and “Enable Safe Mode” message box appears when Elementor Display Conditions feature is enabled on the page.

To resolve this, all we need to do is add the PHP lines below in your child theme -> functions.php file:
add_filter( 'pa_display_conditions_values', function( $apply ) {
return false;
});
If you don’t have a child theme installed on your website, you can simply use Code Snippets WordPress plugin to add the PHP code above.
I have the same problem when using magic scroll. Inserting the line into the child theme didn’t help.
Could you please open a ticket on our support system through this link so the team can check?
my.leap13.com/contact-support/