0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 20:42:44 +00:00

next iteration

This commit is contained in:
Víctor Losada Hernández
2024-10-24 01:04:22 +02:00
parent 88e5f26dd8
commit 56c9413ab5
2 changed files with 8 additions and 13 deletions

View File

@@ -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' : ''}`}