update: add key to NodesSelection.vue

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent 7736915720
commit f0f68ff63f
@@ -35,7 +35,7 @@ export default {
}
</script>
<template>
<div class="vue-flow__nodesselection vue-flow__container">
<div :key="`nodesselection-${id}`" class="vue-flow__nodesselection vue-flow__container">
<Draggable
:grid="store.snapToGrid ? store.snapGrid : undefined"
:enable-user-select-hack="false"