update: add key to NodesSelection.vue
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="vue-flow__nodesselection vue-flow__container">
|
<div :key="`nodesselection-${id}`" class="vue-flow__nodesselection vue-flow__container">
|
||||||
<Draggable
|
<Draggable
|
||||||
:grid="store.snapToGrid ? store.snapGrid : undefined"
|
:grid="store.snapToGrid ? store.snapGrid : undefined"
|
||||||
:enable-user-select-hack="false"
|
:enable-user-select-hack="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user