Skip to content

Commit

Permalink
chore(context-pad): reference actual wrapped method
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jun 28, 2024
1 parent 6cefa79 commit 25f917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/context-pad/ContextPad.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ ContextPad.prototype._updateVisibility = function() {
}
};

this._scheduler.schedule(updateFn, 'ContextPad#updateVisibility');
this._scheduler.schedule(updateFn, 'ContextPad#_updateVisibility');
};

/**
Expand Down

0 comments on commit 25f917a

Please sign in to comment.