提交 08d63ac2 编写于 作者: J Joao Moreno

🐛 snappier list multi select

上级 1f137730
......@@ -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();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册