mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
fixed share output option not showing in context menu
This commit is contained in:
parent
4345c3f27f
commit
f09bb72e67
@ -563,13 +563,7 @@ function newDOMTokenList(initialTokens) {
|
|||||||
* Check whether the node is a potential output node (img, gif or video output)
|
* Check whether the node is a potential output node (img, gif or video output)
|
||||||
*/
|
*/
|
||||||
const isOutputNode = (node) => {
|
const isOutputNode = (node) => {
|
||||||
return [
|
return SUPPORTED_OUTPUT_NODE_TYPES.includes(node.type);
|
||||||
"VHS_VideoCombine",
|
|
||||||
"PreviewImage",
|
|
||||||
"SaveImage",
|
|
||||||
"ADE_AnimateDiffCombine",
|
|
||||||
"SaveAnimatedWEBP",
|
|
||||||
].includes(node.type);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------
|
// -----------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user