Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy to clipboard not working on Firefox (#1136)
# fix: copy to clipboard not working on Firefox ## Description In Conductor, copy to clipboard was not working on Firefox. ## Proposed Changes Remove browser dependent check that is not required, now works cross-browser. ## How to Test In Conductor on the main page, click "Copy Token". On a notebook page, create an invite for the notebook and click "Copy Registration URL". ## Checklist - [x] I have confirmed all commits have been signed. - [x] I have added JSDoc style comments to any new functions or classes. - [x] Relevant documentation such as READMEs, guides, and class comments are updated.
- Loading branch information