fix(frontend): メンション補完のためのサジェストが正しく表示されない問題を修正 (#16401)

* fix(frontend): mention-syntax detection for autocomplete doesn't work properly

* docs(changelog): update changelog
This commit is contained in:
Sayamame-beans
2025-08-13 10:51:23 +09:00
committed by GitHub
parent 4c41930554
commit 7bb43329bb
2 changed files with 25 additions and 13 deletions

View File

@@ -44,6 +44,8 @@
- Fix: テーマエディタが動作しない問題を修正
- Fix: チャンネルのハイライトページにノートが表示されない問題を修正
- Fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題を修正
- Fix: 複数のメンションを1行に記述した場合に、サジェストが正しく表示されない問題を修正
- Fix: メンションとしての条件を満たしていても、特定の条件(`-`が含まれる場合など)で正しくサジェストされない問題を一部修正
### Server
- Enhance: ノートの削除処理の効率化