mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 20:42:44 +00:00
next iteration
This commit is contained in:
@@ -208,7 +208,7 @@ const Snippetbar = createClass({
|
||||
if(!this.props.showEditButtons) return;
|
||||
|
||||
let foldButtons;
|
||||
if(this.props.view == 'text'){
|
||||
if(this.props.view !== 'meta'){
|
||||
foldButtons =
|
||||
<>
|
||||
<div className={`editorTool foldAll ${this.props.foldCode ? 'active' : ''}`}
|
||||
|
||||
Reference in New Issue
Block a user