Skip to content

Commit 041322c

Browse files
benibenjCopilot
andauthored
Update src/vs/platform/actionWidget/browser/actionList.ts
Co-authored-by: Copilot <[email protected]>
1 parent dc376fe commit 041322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/actionWidget/browser/actionList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class ActionItemRenderer<T> implements IListRenderer<IActionListItem<T>, IAction
207207
if (this._customHover && tooltipText) {
208208
data.elementDisposables.add(this._hoverService.setupDelayedHover(
209209
data.container,
210-
{ content: tooltipText, position: this._customHover.position ?? { hoverPosition: HoverPosition.LEFT }, appearance: { showPointer: true } },
210+
{ content: tooltipText, position: this._customHover.position, appearance: { showPointer: true } },
211211
{ groupId: 'actionList' }
212212
));
213213
data.container.title = '';

0 commit comments

Comments
 (0)