Migrate ui/settings.js (#7)

* Migrate ui/settings.js

* nit
This commit is contained in:
Chenlei Hu
2024-06-14 13:43:25 -04:00
committed by GitHub
parent cefa452c3b
commit 92f5da72a4
3 changed files with 23 additions and 11 deletions

View File

@@ -298,9 +298,6 @@ export class ComfyLogging {
$el("button", {
textContent: "View Logs",
onclick: () => {
// TODO: Remove this ts-ignore when settings dialog
// is migrated.
// @ts-ignore
this.app.ui.settings.element.close();
this.dialog.show();
},