-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Paths are copied when using multiple cursors.
Example Code
import "../../public/logo.png"
export default function Logo() {
return (
<div className="transition-all duration-200 hover:opacity-70 hover:rotate-12">
<img src="../../public/logo.png" height={30} width={30} alt="Logo" />
</div>
)
}Steps to reproduce
- Select
"../../public/logo.png" - Press
Ctrl+Dit will select text on line 6 - Open Relative Path by pressing
Ctrl+Shift+H - Use any path from the list
- It will only update on the first line.
Expected Behavior
- The path should copied to line 6 which is also selected.
Metadata
Metadata
Assignees
Labels
No labels