Skip to content

Commit

Permalink
Add deepLink attribute to public collection replay embed (#2420)
Browse files Browse the repository at this point in the history
### Changes

- Public collections can now be deeplinked

### Caveats

- When users click the _About this Collection_ tab and then return to
the _Browse Collection_ tab, the deeplink is gone until they visit
another page.
  • Loading branch information
Shrinks99 authored Feb 24, 2025
1 parent 83180ef commit c56481f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/collections/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export class Collection extends BtrixElement {
replayBase="/replay/"
noSandbox="true"
noCache="true"
deepLink
></replay-web-page>
</section>
`;
Expand Down

0 comments on commit c56481f

Please sign in to comment.