Skip to content

Commit e46c089

Browse files
authored
Remove double hover in notebookKernelView.ts (microsoft#205948)
remove double hover
1 parent d21dee1 commit e46c089

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ export class NotebooKernelActionViewItem extends ActionViewItem {
166166
if (this._kernelLabel) {
167167
this._kernelLabel.classList.add('kernel-label');
168168
this._kernelLabel.innerText = this._action.label;
169-
this._kernelLabel.title = this._action.tooltip;
170169
}
171170
}
172171

0 commit comments

Comments
 (0)