diff --git a/src/plugins/menu/index.ts b/src/plugins/menu/index.ts index adf92f247c..7a2c13f13d 100644 --- a/src/plugins/menu/index.ts +++ b/src/plugins/menu/index.ts @@ -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');