Skip to content

Commit

Permalink
Nullify clipboardIndicator in disable() hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudmotu committed Apr 26, 2022
1 parent 9d62510 commit 87f0f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -900,4 +900,5 @@ function enable () {

function disable () {
clipboardIndicator.destroy();
clipboardIndicator = null;
}

0 comments on commit 87f0f9b

Please sign in to comment.