Skip to content
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

[bug]: Multi-tag paste with delimiter support not working #97

Open
ioanis opened this issue Sep 25, 2024 · 1 comment
Open

[bug]: Multi-tag paste with delimiter support not working #97

ioanis opened this issue Sep 25, 2024 · 1 comment

Comments

@ioanis
Copy link

ioanis commented Sep 25, 2024

Describe the bug

The feature was added in 1.4.5, but if you inspect the PR you can see there are no actual code changes (only CHANGELOG and package.json) https://github.com/JaleelB/emblor/pull/83/files so it might have fell through the cracks

How to reproduce

Visit link https://github.com/JaleelB/emblor/pull/83/files

Link to reproduction

https://github.com/JaleelB/emblor/pull/83/files

Additional information

No response

@nckre
Copy link

nckre commented Mar 5, 2025

It's weird, the API docs have a working example ("Add on paste") but addOnPaste is not mentioned in the API tables at the end.

In the docs, addOnPaste is wrapped inside an object

addOnPaste = {
      {
        true
      }
    }

Whereas IntelliSense tells me this should just be addOnPaste = {true}

@JaleelB Could you check this, given that it's a feature that's described in the docs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants