Skip to content

Commit

Permalink
Hover feature in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-pratap-singh committed Jul 2, 2024
1 parent c5b51ca commit 01abf32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser-extension/c4gt_testing_code/inject_svg/ver3.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ document.querySelectorAll('*').forEach(element => {
document.body.appendChild(popup);
// container.appendChild(popup);


// Remove popup when mouseout
icon.addEventListener('mouseout', () => {
popup.remove();
Expand Down

0 comments on commit 01abf32

Please sign in to comment.