refactor: remove passing props to reactive obj instead use props directly again (sort of breaks reactivity in some cases...)

fix: node selection not displaying correct rect after mouseup
This commit is contained in:
Braks
2021-07-17 20:30:58 +02:00
parent 61ab006e94
commit 528f8f4420
7 changed files with 276 additions and 415 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default function configureStore(
setActivePinia(pinia);
return defineStore({
id: 'revue-flow-' + pinia.state.value.length + 1,
id: 'revue-flow-' + Math.random(),
state: () => preloadedState,
getters: {},
actions: {