Disable Inline Editing
Inline editing was added to Beaver Builder 2.1

Just add this snippet to your child themes functions. php file:
add_filter ('fl_inline_editing_enabled', '__return_false' );
Note In version 2.1 users with restricted access where given the ability to dock their setting panel. This was added to make it easier to work with inline editing. This feature also remains if disabling inline editing.
