How to close this dialog?

I am running /Demo/HelloDomMenu/index.html
this dialog show when mouseover nodes.
I closed debug mode(COCOS2D_DEBUG:0) , but It’s not works.


xx.jpg (7.9 KB)

Done now

// cc.DOM.convert(this.sprite, mainMenuItem);

you can add this line before cc.DOM.convert to convert a node to DOM mode without the dialogue box

cc.DOMEditMode = false;