mirror of
https://github.com/coder/code-server.git
synced 2026-05-31 09:29:33 +00:00
chore(vscode): update to 1.54.2
This commit is contained in:
@@ -582,7 +582,7 @@ export class CompositeDragAndDropObserver extends Disposable {
|
||||
const id = e.dragAndDropData.getData().id;
|
||||
const type = e.dragAndDropData.getData().type;
|
||||
const data = this.readDragData(type);
|
||||
if (data && data.getData().id === id) {
|
||||
if (data?.getData().id === id) {
|
||||
this.transferData.clearData(type === 'view' ? DraggedViewIdentifier.prototype : DraggedCompositeIdentifier.prototype);
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user