Skip to content

Commit adb4129

Browse files
authored
refactor: remove redundant actionRunner override in ChatEditorOverlayWidget (microsoft#254797)
1 parent 69a7f10 commit adb4129

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

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

278-
override get actionRunner(): IActionRunner {
279-
return super.actionRunner;
280-
}
281-
282278
protected override getTooltip(): string | undefined {
283279
const value = super.getTooltip();
284280
if (!value) {

0 commit comments

Comments
 (0)