Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Dec 30, 2024
1 parent 8a54e92 commit dfb5ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/files/components/chat-side-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const ChatSideBar: React.FC<ChatSideBarProps> = ({
// FIXME: this delay is a workaround for waiting for the active selection to be updated
setTimeout(() => {
client.executeCommand(command)
}, 800)
}, 500)
setPendingEvent(undefined)
}

Expand Down

0 comments on commit dfb5ed5

Please sign in to comment.