track changes to pages in brewrenderer

This commit is contained in:
Víctor Losada Hernández
2026-09-22 11:22:28 +02:00
parent d082e424be
commit dd863c9219
5 changed files with 20 additions and 4 deletions
@@ -289,6 +289,7 @@ const EditPage = (props)=>{
text={currentBrew.text}
style={currentBrew.style}
renderer={currentBrew.renderer}
version={currentBrew.version}
themeBundle={themeBundle}
errors={HTMLErrors}
lang={currentBrew.lang}