Skip to content

Commit 213bbdb

Browse files
authored
Fix: Debounce update on selection (#92)
1 parent 5d7ab85 commit 213bbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/claudecode/selection.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ end
9595
--- Handles mode change events.
9696
-- Triggers an immediate update of the selection.
9797
function M.on_mode_changed()
98-
M.update_selection()
98+
M.debounce_update()
9999
end
100100

101101
--- Handles text change events.

0 commit comments

Comments
 (0)