0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 02:52:43 +00:00

Fix regeression in snippets

This commit is contained in:
David Bolack
2025-03-14 18:36:18 -05:00
parent ab6c1ae402
commit b605346c7d
4 changed files with 2 additions and 5 deletions

View File

@@ -246,7 +246,6 @@ const NewPage = createClass({
onSnipChange={this.handleSnipChange}
renderer={this.state.brew.renderer}
userThemes={this.props.userThemes}
snippets={this.props.snippets}
themeBundle={this.state.themeBundle}
onCursorPageChange={this.handleEditorCursorPageChange}
onViewPageChange={this.handleEditorViewPageChange}