diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-14 22:52:22 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-14 22:52:22 -0400 |
| commit | 4b2f4d191e5091b82e67c2bd6c0f54b1898153e9 (patch) | |
| tree | e74165a4290040e1cf4baa208f4747afd54fa682 /src/client/views/collections | |
| parent | e0240412990f102523b86e324bc973cd2ed523a1 (diff) | |
fixed create new folder in file system
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 540bfd1ef..648ff5087 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -575,7 +575,6 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument, }; const buttonMenu = this.rootDoc.buttonMenu; const noviceExplainer = this.rootDoc.explainer; - console.log(noviceExplainer); return ( <> {buttonMenu || noviceExplainer ? <div className="documentButtonMenu"> |
