From f44dc2876355c1975cc945c6097dbaa4bc39ed6c Mon Sep 17 00:00:00 2001 From: Old Yeller <67219+horatio-sans-serif@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:14:13 +0000 Subject: [PATCH] Remove maxlength limit for custom command prompt textarea This fixes issue #86 by removing the maxlength attribute from the custom command prompt textarea in the slash commands modal. Users can now add much longer markdown content when creating custom slash commands, resolving the previous truncation at ~500 characters. --- src/ui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.ts b/src/ui.ts index d1d7d48..10cca2c 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -467,7 +467,7 @@ const html = `