feat: add copy to clipboard on read only code fields by rutwikhdev [frappe] PR#26049
From: https://github.com/frappe/frappe/pull/26049
Date: 2024-04-19 11:19:08+05:30
- feat: add copy to clipboard on read only code fields
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26049
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26049
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease