Skip to content

Bug: Does not work when using multiple cursors #70

@Jay-Karia

Description

@Jay-Karia

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+D it 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions