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

Node values can not be edited after loading a saved state #101

Closed
fakob opened this issue Sep 15, 2020 · 5 comments
Closed

Node values can not be edited after loading a saved state #101

fakob opened this issue Sep 15, 2020 · 5 comments
Assignees
Labels
bug Something isn't working plugin-renderer-vue Issues regarding the Vue renderer plugin

Comments

@fakob
Copy link

fakob commented Sep 15, 2020

Hi,

When I am loading a saved state the node values which get loaded can not be edited.

Steps to reproduce the issue using this Example sandbox

  1. Add one or more nodes
  2. Click the save button on the top
  3. Click the load button
  4. The values on the nodes can not be edited

However if I delete one or more nodes before I load the state again, the nodes which had been deleted before can be edited normally.

  1. Add one or more nodes
  2. Click the save button on the top
  3. Delete one or more nodes
  4. Click the load button
  5. The nodes which had been deleted before can be edited normally, the nodes which were present when loading clicking load can not be edited.

Do I have to delete all nodes before I load the state? What am I doing wrong which is causing this issue?

Btw, this is a great library. Thanks for the work you put into it!

@newcat
Copy link
Owner

newcat commented Sep 15, 2020

This is probably the same issue as in #54
I'll have a look at it

@newcat newcat self-assigned this Sep 15, 2020
@newcat newcat added the plugin-renderer-vue Issues regarding the Vue renderer plugin label Sep 15, 2020
@newcat newcat added the bug Something isn't working label Sep 15, 2020
@newcat
Copy link
Owner

newcat commented Sep 15, 2020

I was unable to reproduce the bug locally. Can you verify that it is fixed with version 1.7.4?

@fakob
Copy link
Author

fakob commented Sep 16, 2020

Hi @newcat
Ah, I was not aware of the new version. I will try it out. Thanks for looking into it.

@fakob
Copy link
Author

fakob commented Sep 16, 2020

@newcat yes thanks. Version 1.7.4 fixes the issue.

@fakob fakob closed this as completed Sep 16, 2020
@newcat
Copy link
Owner

newcat commented Sep 16, 2020

Awesome, thanks for the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working plugin-renderer-vue Issues regarding the Vue renderer plugin
Projects
None yet
Development

No branches or pull requests

2 participants