Skip to content

a couple of fixes #2

@critcha

Description

@critcha

In select-pasted.coffee, for pasting to work at all I had to change line 25 to:
editor = atom.workspace.getActiveTextEditor()

and to detect paste without formatintting I changed line 24 to:
if event.type == 'core:paste' or event.type == 'editor:paste-without-reformatting'

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