chore: remove comment

This commit is contained in:
mathuo 2022-02-22 22:04:58 +00:00
parent 38fa8f2f6e
commit d180320b19
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -673,7 +673,6 @@ export class Groupview extends CompositeDisposable implements IGroupview {
index, index,
}); });
} else { } else {
// TODO: custom drop handler
this._onDidDrop.fire({ nativeEvent: event, position, index }); this._onDidDrop.fire({ nativeEvent: event, position, index });
} }
} }