-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe generation of //... so the replace algorithm can match any number of lines here #80
Comments
Situation in the wild: REPLACE function adjustTextAreaHeight(target: HTMLTextAreaElement) { ... |
It matched with
|
In this file import { ChevronDownIcon, ChevronUpIcon, XMarkIcon } from "@heroicons/react/24/solid"; function adjustTextAreaHeight(target: HTMLTextAreaElement) { // Constants function getUserQueryPreview(userQuery: string) { // Add ellipsis if the query exceeds the preview length or has multiple lines return preview; export const MinionTaskComponent = forwardRef(
} |
No description provided.
The text was updated successfully, but these errors were encountered: