提交 3d521cf2 编写于 作者: B Benjamin Pasero

dropdown: support mouse down => context menu => action => mouse up to execute

上级 1562d7ab
......@@ -76,7 +76,7 @@ export class BaseDropdown extends ActionRunner {
};
}
this.$label.on(['click', EventType.Tap], (e: Event) => {
this.$label.on(['mousedown', EventType.Tap], (e: Event) => {
e.preventDefault();
e.stopPropagation();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册