Skip to content

Commit d445ba0

Browse files
authored
1 parent a7d5297 commit d445ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ export class EditorBasedInlineChatWidget extends InlineChatWidget {
588588
...options,
589589
chatWidgetViewOptions: {
590590
...options.chatWidgetViewOptions,
591-
editorOverflowWidgetsDomNode: _parentEditor.getOverflowWidgetsDomNode() ?? _parentEditor.getDomNode() ?? undefined
591+
// editorOverflowWidgetsDomNode: _parentEditor.getOverflowWidgetsDomNode() ?? _parentEditor.getDomNode() ?? undefined
592592
}
593593
}, instantiationService, contextKeyService, keybindingService, accessibilityService, configurationService, accessibleViewService, textModelResolverService, chatService, hoverService);
594594
}

0 commit comments

Comments
 (0)