quicktags “link” button doesn’t work, but all other buttons do

Figured it out. You’ll need something like this in your custom JS:

$('#textarea_id').on('click focusin', function() {
    wpActiveEditor="textarea_id";
});