Unable to cast object of type 'System.Windows.Documents.Run' to type 'System.Windows.Media.Visual'
bozalina opened this issue · 4 comments
bozalina commented
Hey,
Looks like the code introduced in the fix for issue #84 casts e.OriginalSource to a Visual. If the source is a Run, this cast throws an exception, since Runs aren't Visuals.
Thanks!
dlangerenken commented
Any fix available yet? I'm having the same issue at the moment
msoyer34 commented