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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user