commit 00e64094bd015eabebd33d43b5e9deecd25ad75d
parent ad250e5d1fe290d1b782dc9497cc7fb12ddcd100
Author: Hunter
Date:   Fri, 19 Dec 2025 19:13:50 -0500

mobile: update preview when exiting fullscreen editor

Diffstat:
Mindex.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -637,6 +637,9 @@ } // Reveal the editor editorPane.style.opacity = ''; + + // Update preview with any changes made while keyboard was open + updatePreview(); })); } });