ArtDorc
1
Hello,
When I Click anywhere on my app while using UDTootip I get this error in the console :

New-UDTooltip -TooltipContent {
New-UDTypography -Text $EventData.note
} -Content {
New-UDTypography -Text "$($EventData.note[0..50])"
} -Id "tooltip"
Product: PowerShell Universal
Version: 5.0.10
adam
2
I opened an issue in the tracker for this. I can’t reproduce it in 5.1.0 so I’m not sur e if that’s related or if there is something else happening.