Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update type casting in copyToolStripMenuItem_Click handler
Replaced type casting from Paragraph to Record in the copyToolStripMenuItem_Click method. This change ensures correct type handling and prevents potential runtime errors when accessing the Tag property.
- Loading branch information
4f4a0e0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was causing ctrl+c to to throw exception!