Special link to initiating text input/area?

How does TextBlaze store the "link" to the initiating area of the browser?

If that area is unmounted (React) and remounted, is there any explicit way of re-establishing that link with the text blaze extension window?

It is stored as a direct reference to the DOM element. If the element is destroyed and recreated the new element is different, so there isn't a way to reconnect the reference automatically

When this happens though, the form snippet should now give the option to the user to select which field they want to insert into. They can then select the newly created field.

1 Like