diff options
author | andrewdkim <adkim414@gmail.com> | 2019-11-10 16:23:00 -0500 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-11-10 16:23:00 -0500 |
commit | 40c40d377ec169b44e1a9691129e5c7a6b0b10e4 (patch) | |
tree | 79b66cbef825fc26b4144e6b209e226ed7175195 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 76bc6041ddbbda7ba4c1560199acc08324648e99 (diff) |
messages changed to only room instead of server broadcast!
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index a035bdc3d..c2c402819 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -84,7 +84,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF finalPanelHeight = () => this.dataProvider ? this.dataProvider.height : this.panelHeight(); render() { - trace(); + //trace(); return <div className="collectionFreeFormDocumentView-container" style={{ boxShadow: |