fix: preventDefualt ci

This commit is contained in:
Yanyan-Wang 2020-01-15 19:48:44 +08:00 committed by Moyee
parent 7912322839
commit ea609d32a4

View File

@ -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');