0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 07:42:39 +00:00

iframe hotkey printing only works in Edit/Share/New

Default browser printing still works
This commit is contained in:
Trevor Buckner
2024-05-28 12:51:58 -04:00
parent 695b9916dd
commit b4349a0476
4 changed files with 10 additions and 2 deletions

View File

@@ -411,6 +411,7 @@ const EditPage = createClass({
errors={this.state.htmlErrors}
lang={this.state.brew.lang}
currentEditorPage={this.state.currentEditorPage}
allowPrint={true}
/>
</SplitPane>
</div>