From 03e9a30242ebb4bfa315940ea84a5225508a75a4 Mon Sep 17 00:00:00 2001 From: augushong Date: Sat, 2 May 2026 09:31:07 +0800 Subject: [PATCH] fix(phone-image): saveImages always sends current content_html Ensure postData.content_html (modified by break insertions) is sent to server, not the original hidden div content --- public/static/js/phone-image.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/js/phone-image.js b/public/static/js/phone-image.js index a894ba7..ea080ef 100644 --- a/public/static/js/phone-image.js +++ b/public/static/js/phone-image.js @@ -806,6 +806,7 @@ var PhoneImageEngine = (function () { post_id: postId, output_type: 'phone_image', config: saveConfig || config, + content_html: postData.content_html, pages: pagesData }), contentType: 'application/json',