diff options
author | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-20 14:43:00 -0400 |
---|---|---|
committer | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-20 14:43:00 -0400 |
commit | bc85d593a085b25b21bbb641937f34d0ce3956b4 (patch) | |
tree | 3898782d7dc4e311a204c77023363a74eac9ab57 /src/client/views/collections/collectionLinearView/CollectionLinearView.tsx | |
parent | 0eede4546f2ddc862a42a43e0daa1fc02dfe6cae (diff) |
collectionLinearView flexGap prop
Diffstat (limited to 'src/client/views/collections/collectionLinearView/CollectionLinearView.tsx')
-rw-r--r-- | src/client/views/collections/collectionLinearView/CollectionLinearView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx b/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx index 713d93f97..75fbbf234 100644 --- a/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx +++ b/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx @@ -115,7 +115,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { const backgroundColor = this.props.styleProvider?.(this.rootDoc, this.props, StyleProp.BackgroundColor); const color = this.props.styleProvider?.(this.rootDoc, this.props, StyleProp.Color); const icon: string = StrCast(this.props.Document.icon); // Menu opener toggle - + console.log("[flexGap]: " + flexGap); const menuOpener = <label htmlFor={`${guid}`} style={{ color: BoolCast(this.layoutDoc.linearViewIsExpanded) ? undefined : Colors.BLACK, |