Skip to content

Commit

Permalink
[semver:patch] Create new build v1.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
hidday committed Aug 21, 2022
1 parent f59d342 commit 5e83378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/element-selector/element-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export function getElementSelection(rootDocument, options) {
);

console.log('Appending overlay selector element.');

rootDocument.body.appendChild(selectorOverlay);
rootDocument.addEventListener("mouseover", this.mouseOverEvent);
rootDocument.addEventListener("mouseout", this.removeClickListenerFromHoveredElement);
Expand Down

0 comments on commit 5e83378

Please sign in to comment.