From fa10833e520b2e39c6597308126a0d0276ca904d Mon Sep 17 00:00:00 2001
From: RossAscends <124905043+RossAscends@users.noreply.github.com>
Date: Mon, 2 Jun 2025 02:07:33 +0900
Subject: [PATCH] add minimum requirement of 2 [A-za-z] for slashcommand
autocomplete to show up (#4080)
* add minimum requirement of 2 [A-za-z] for slashcommand autocomplete to show up
* Migrate to dedicated AC toggle
* Replace state checkbox with select
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
---
public/index.html | 8 +++
public/scripts/autocomplete/AutoComplete.js | 66 +++++++++++----------
public/scripts/power-user.js | 12 +++-
public/scripts/slash-commands.js | 4 +-
4 files changed, 57 insertions(+), 33 deletions(-)
diff --git a/public/index.html b/public/index.html
index 6d04ef466..fab1c811a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5041,6 +5041,14 @@
+
+