getInlineAnchor being invoked repeatedly, even after CSUI is rendered
is it normal for
I have the following snippet
and despite my button rendering, I notice that getInlineAnchor is still printed out in console.
getInlineAnchor to be invoked repeatedly by the Plasmo framework, even after the anchor is found to exist and the CSUI renders? I have a very basic extension, where I just want to add a button next to the <body> element of the page.I have the following snippet
and despite my button rendering, I notice that getInlineAnchor is still printed out in console.