mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 00:05:51 +00:00
feat: 添加服务层增强与零散改进
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -584,7 +584,6 @@ export function useTypeahead({
|
||||
const debouncedFetchSlackChannels = useDebounceCallback(fetchSlackChannels, 150);
|
||||
|
||||
// Handle immediate suggestion logic (cheap operations)
|
||||
// biome-ignore lint/correctness/useExhaustiveDependencies: store is a stable context ref, read imperatively at call-time
|
||||
const updateSuggestions = useCallback(
|
||||
async (value: string, inputCursorOffset?: number): Promise<void> => {
|
||||
// Use provided cursor offset or fall back to ref (avoids dependency on cursorOffset)
|
||||
|
||||
Reference in New Issue
Block a user