We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab39b0 commit 9ac4d03Copy full SHA for 9ac4d03
1 file changed
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -357,6 +357,7 @@ function RemoteFunctions(config = {}) {
357
// Container div — sized to the margin box so all rects fit inside it
358
const div = window.document.createElement("div");
359
div.className = GLOBALS.HIGHLIGHT_CLASSNAME;
360
+ div.setAttribute(GLOBALS.PHCODE_INTERNAL_ATTR, "true");
361
div.trackingElement = element;
362
const divStyle = div.style;
363
divStyle.position = "absolute";
0 commit comments