raafirivero I'm not sure what happens about that mouseenter thing. Can you give a screenshot or className of the exact element that's causing it ?
However regarding your problem I suppose you might not be using Mithril as intended.
If you extend the view method, you should modify the vdom to add your additional content. That vdom will be diffed by Mithril and the number of redraws shouldn't matter.
If you manually inject content with DOM manipulation or jQuery, you should extend the config method and check for the isInitialized property to know whether the component element exists.