You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was creating a plugin to preview the content of an element by hovering over a link created using the Html Component context menu > insert HTML link > element.
I was getting the content of the element by getting the first html component (not control) from the element's component group and accessing the content like: component.Text.Value
This functions correctly until the Html Control is edited. After the control is edited, when you hover over the link, you get a stack overflow exception.
I'll message you the video on discord, the quality of the gif is quite poor.
The text was updated successfully, but these errors were encountered:
Description, Steps to Reproduce
I was creating a plugin to preview the content of an element by hovering over a link created using the Html Component context menu > insert HTML link > element.
I was getting the content of the element by getting the first html component (not control) from the element's component group and accessing the content like:
component.Text.Value
This functions correctly until the Html Control is edited. After the control is edited, when you hover over the link, you get a stack overflow exception.
I'll message you the video on discord, the quality of the gif is quite poor.
The text was updated successfully, but these errors were encountered: