mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 12:35:56 +01:00
undo move
This commit is contained in:
@@ -774,8 +774,8 @@ export class ChatListItemRenderer extends Disposable implements ITreeRenderer<Ch
|
||||
|
||||
const ref = listDisposables.add(this._contentReferencesListPool.get());
|
||||
const list = ref.object;
|
||||
|
||||
container.appendChild(list.getHTMLElement().parentElement!);
|
||||
|
||||
listDisposables.add(list.onDidOpen((e) => {
|
||||
if (e.element) {
|
||||
this.editorService.openEditor({
|
||||
|
||||
Reference in New Issue
Block a user