Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Pasting plain text with CleanPaste plugin in Google Chrome fails #45

@sdf1981cgn

Description

@sdf1981cgn

If there is plain text, no html, in the clipboard the MooEdtiable.CleanPaste.js function call

`````` e.clipboardData.getData('text/html')on line 51 returns nothing in current versions of **Google Chrome** (Firefox works just fine) thus failing the paste action. Use additionale.clipboardData.getData('Text')```
to fix that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions