diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-15 11:05:56 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-15 11:05:56 -0400 |
| commit | afb3e5d23e101044d148345de731285b468932b2 (patch) | |
| tree | fe3ae638c60d8a5de27c1bb5d5a98782726657ba /src/client/views/collections/CollectionViewChromes.tsx | |
| parent | db80d801b6fa590719128e3bc0bfd824ef94555f (diff) | |
adding template drop target to chrome
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionViewChromes.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx index 000e7b276..e6afc69aa 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -296,6 +296,9 @@ export class CollectionViewBaseChrome extends React.Component<CollectionViewChro </div> </div> </div> + <div className="collectionViewBaseChrome-template" style={{}}> + TEMPLATE + </div> </div> {this.subChrome()} </div> |
