mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
🐛 snappier list multi select
This commit is contained in:
@@ -268,6 +268,10 @@ class MouseController<T> implements IDisposable {
|
||||
}
|
||||
|
||||
private onMouseDown(e: IListMouseEvent<T>) {
|
||||
if (platform.isMacintosh ? e.altKey : e.ctrlKey) {
|
||||
return this.onPointer(e);
|
||||
}
|
||||
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user