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

Allow drop is not defined #619

Closed
mithunsidd opened this issue Dec 22, 2022 · 1 comment
Closed

Allow drop is not defined #619

mithunsidd opened this issue Dec 22, 2022 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@mithunsidd
Copy link

Hi, I have JSON value which added to variable and assigned to dataTOImport. I am able to retrieve the data but unable to drag and drop event and modify it.
thanks
message.txt

@jerosoler
Copy link
Owner

The code of your example is not complete.

What I see is wrong is this:

Change

  editor.import(JSON.parse(dataToImport));

To:

    editor.import(dataToImport);

@jerosoler jerosoler self-assigned this Dec 22, 2022
@jerosoler jerosoler added the question Further information is requested label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants