Skip to content

Commit 3e2b7a1

Browse files
authored
Revert "refactor: remove redundant actionRunner override in ChatEditorOverlayWidget" (microsoft#255456)
Revert "refactor: remove redundant actionRunner override in ChatEditorOverlay…" This reverts commit adb4129.
1 parent 029bf69 commit 3e2b7a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorOverlay.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ class ChatEditorOverlayWidget extends Disposable {
275275
});
276276
}
277277

278+
override get actionRunner(): IActionRunner {
279+
return super.actionRunner;
280+
}
281+
278282
protected override getTooltip(): string | undefined {
279283
const value = super.getTooltip();
280284
if (!value) {

0 commit comments

Comments
 (0)