fixing all popover, some hacks

This commit is contained in:
Ezequiel Bergamaschi
2014-12-27 00:46:19 -03:00
parent 15c13a8f4f
commit bd3f1b39b2
4 changed files with 23 additions and 13 deletions

View File

@@ -48,7 +48,8 @@ mindplot.NoteIcon = new Class({
return me._buildTooltipContent();
},
html:true,
placement:'bottom'
placement:'bottom',
destroyOnExit: true
});
},