From 351fef504c9aa26b05353b185cea9e7356addea3 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 10 Jun 2025 15:31:31 +0200 Subject: [PATCH] Update. --- src/snek/templates/web.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/templates/web.html b/src/snek/templates/web.html index 89ca4cc..fdb24cf 100644 --- a/src/snek/templates/web.html +++ b/src/snek/templates/web.html @@ -54,7 +54,7 @@ chatInputField.autoCompletions = { "/live": () => { chatInputField.liveType = !chatInputField.liveType; }, "/help": showHelp, "/container": async() =>{ - //containerDialog.openWithStatus() + containerDialog.openWithStatus() } };