Skip to content

Commit

Permalink
Remove double hover in notebookKernelView.ts (#205948)
Browse files Browse the repository at this point in the history
remove double hover
  • Loading branch information
benibenj authored Feb 22, 2024
1 parent d21dee1 commit e46c089
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export class NotebooKernelActionViewItem extends ActionViewItem {
if (this._kernelLabel) {
this._kernelLabel.classList.add('kernel-label');
this._kernelLabel.innerText = this._action.label;
this._kernelLabel.title = this._action.tooltip;
}
}

Expand Down

0 comments on commit e46c089

Please sign in to comment.