mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
fix knip warning
This commit is contained in:
@@ -17,7 +17,6 @@ export function clone<T>(obj: T): T {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @knipIgnoreUnusedButUsedByCustomNodes
|
|
||||||
* @deprecated Use `applyTextReplacements` from `@/utils/searchAndReplace` instead
|
* @deprecated Use `applyTextReplacements` from `@/utils/searchAndReplace` instead
|
||||||
* There are external callers to this function, so we need to keep it for now
|
* There are external callers to this function, so we need to keep it for now
|
||||||
*/
|
*/
|
||||||
@@ -25,7 +24,6 @@ export function applyTextReplacements(app: ComfyApp, value: string): string {
|
|||||||
return _applyTextReplacements(app.graph, value)
|
return _applyTextReplacements(app.graph, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @knipIgnoreUnusedButUsedByCustomNodes */
|
|
||||||
export async function addStylesheet(
|
export async function addStylesheet(
|
||||||
urlOrFile: string,
|
urlOrFile: string,
|
||||||
relativeTo?: string
|
relativeTo?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user