Skip to content

Commit

Permalink
remove blur-actions when disabling sidekick (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Whitley <[email protected]>
  • Loading branch information
prceasar and ajwhitley authored Nov 10, 2020
1 parent bc06fca commit 5506896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const addBlurCode = () => {
};

const removeBlurCode = () => {
$('.csk-blur').remove();
$('.csk-blur, #csk-blur-actions').remove();
$('body')
.off('mouseenter', CSK_ENTRY_SELECTOR, handleCskEntryMouseenter)
.off('mouseleave', CSK_ENTRY_SELECTOR, handleCskEntryMouseleave);
Expand Down

0 comments on commit 5506896

Please sign in to comment.