Skip to content

Conversation

@adumesny
Copy link
Member

@adumesny adumesny commented Dec 30, 2022

Description

let grid = ref(null);
grid.value = GridStack.init()

was causing proxy so all items were cloned and code compares node = node instead of ids...

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

* fixed the given demo which was freezing making widgets and not removing items.
PROBLEM:

let grid = ref(null);
grid.value = GridStack.init()

was causing proxy so all items were cloned and code compares node = node instead of ids...
@adumesny adumesny merged commit 0c735d2 into gridstack:master Dec 30, 2022
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

Successfully merging this pull request may close these issues.

Vue3: removeWidget not removing node !! float+makeWidget ->Freeze !!

1 participant