mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 18:10:08 +00:00
Enable ts-strict for commandStore (#1321)
This commit is contained in:
@@ -188,7 +188,6 @@ export class ClipspaceDialog extends ComfyDialog {
|
||||
app.registerExtension({
|
||||
name: 'Comfy.Clipspace',
|
||||
init(app) {
|
||||
// @ts-expect-error Move to ComfyApp
|
||||
app.openClipspace = function () {
|
||||
if (!ClipspaceDialog.instance) {
|
||||
ClipspaceDialog.instance = new ClipspaceDialog()
|
||||
|
||||
Reference in New Issue
Block a user