mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-22 00:06:02 +01:00
fix (editor): remove fold gutter
This commit is contained in:
parent
386eab16fc
commit
a035947fde
1 changed files with 1 additions and 2 deletions
|
|
@ -144,8 +144,7 @@ export class Editor extends React.Component {
|
|||
lineWrapping: true,
|
||||
foldGutter: {
|
||||
minFoldSize: 1
|
||||
},
|
||||
gutters: document.body.offsetWidth > size_small ? ["CodeMirror-linenumbers", "CodeMirror-foldgutter"] : []
|
||||
}
|
||||
});
|
||||
if(mode === 'orgmode'){
|
||||
let state = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue