Skip to content

Commit

Permalink
🐛 Fix uninstall disconnects wrong singal
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Oct 29, 2018
1 parent 4261c1b commit fde5e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/code/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function install() {
}

function uninstall() {
workspace.clientFullScreenSet.disconnect(handler);
workspace.clientFullScreenSet.disconnect(fullHandler);
workspace.clientRemoved.disconnect(rmHandler);
log("Handler cleared");
}
Expand Down

0 comments on commit fde5e83

Please sign in to comment.