From 8768e4dd9668b2401631f3986d6ae6f7b1ec077a Mon Sep 17 00:00:00 2001 From: Nichita Date: Tue, 17 Oct 2023 11:26:20 +0300 Subject: [PATCH] Fix: bagrinsergiu/blox-editor#24158 - Solving the error because of which the images did not load in the editor --- public/crop-proxy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/crop-proxy.php b/public/crop-proxy.php index d642bef5f6..86ab67fdd9 100644 --- a/public/crop-proxy.php +++ b/public/crop-proxy.php @@ -51,6 +51,8 @@ public function process_query() { do_action( 'brizy_before_send_asset' ); + ob_end_clean(); + $this->send_file( $croppedPath ); } catch ( Exception $e ) {