detail
DoughCalc v32 deployed (backed up first). Print content confirmed WORKING - shows just the recipe portion correctly. Remaining issue: exiting the print preview left the app showing only the hidden-down print view until a manual refresh, because afterprint/the 800ms timeout weren't reliably firing on this print exit flow. Added visibilitychange, pageshow, and focus event listeners as fallback triggers for restoreAfterPrint(), so returning to the page/tab by any path re-shows the full app without needing a manual reload.