提交 68c0903d 编写于 作者: P Peng Lyu

Stop propagation on minimap slider

上级 862a1bc6
......@@ -527,6 +527,7 @@ export class Minimap extends ViewPart {
this._sliderMouseDownListener = dom.addStandardDisposableListener(this._slider.domNode, 'mousedown', (e) => {
e.preventDefault();
e.stopPropagation();
if (e.leftButton && this._lastRenderData) {
const initialMousePosition = e.posy;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册