You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add option to open assets as link instead of forcing download (#1359)
- Updated `downloadAsset` function to include a new `asLink` parameter.
- Enabled assets to be opened in a new tab when `asLink` is true.
- Updated relevant UI interactions (`@click-pdf`, `@click`, and `base-button`) to utilize the new `asLink` behavior.
These changes provide the option for users to view assets in their browser without forcing a download.
0 commit comments