mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
fix: preventDefualt ci
This commit is contained in:
parent
7912322839
commit
ea609d32a4
@ -60,7 +60,7 @@ export default class Menu extends Base {
|
||||
|
||||
protected onMenuShow(e: IG6GraphEvent) {
|
||||
const self = this;
|
||||
e.preventDefault()
|
||||
// e.preventDefault()
|
||||
e.stopPropagation()
|
||||
const menu: HTMLDivElement = this.get('menu');
|
||||
const getContent: (evt?: IG6GraphEvent) => string = this.get('getContent');
|
||||
|
Loading…
Reference in New Issue
Block a user