Greetings,
When using ComfyUI with the --enable-manager-legacy-ui flag, additional tooltips
do not disappear and remain stuck in the top-left corner of the screen.
This happens when hovering over elements that use the tooltip attribute.
The tooltip appears once, but never hides, and new tooltips stack on top of it. Until I refresh the page.
How it looks like
As a rough "fix" I turned off Manager's tooltips completely in .venv\Lib\site-packages\comfyui_manager\js\common.js
function initTooltip () {
return;
...
};
Greetings,
When using ComfyUI with the
--enable-manager-legacy-uiflag, additional tooltipsdo not disappear and remain stuck in the top-left corner of the screen.
This happens when hovering over elements that use the
tooltipattribute.The tooltip appears once, but never hides, and new tooltips stack on top of it. Until I refresh the page.
How it looks like
As a rough "fix" I turned off Manager's tooltips completely in
.venv\Lib\site-packages\comfyui_manager\js\common.js