mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 00:04:06 +00:00
Add functionality for title mode NO_TITLE
This commit is contained in:
@@ -7886,7 +7886,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
var title_mode = node.constructor.title_mode;
|
||||
|
||||
var render_title = true;
|
||||
if (title_mode == LiteGraph.TRANSPARENT_TITLE) {
|
||||
if (title_mode == LiteGraph.TRANSPARENT_TITLE || title_mode == LiteGraph.NO_TITLE) {
|
||||
render_title = false;
|
||||
} else if (title_mode == LiteGraph.AUTOHIDE_TITLE && mouse_over) {
|
||||
render_title = true;
|
||||
|
||||
Reference in New Issue
Block a user