You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here have two page
when I use
var keyHandler = new mxKeyHandler(me.graph);
only the first page can throw click method,
and when I use
var keyHandler = new mxKeyHandler(me.graph,me.graph.container);
no page can throw click method,