mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: fixes bug caused by missing param in function call
This commit is contained in:
@@ -27,6 +27,7 @@ export const syncConnector = (id: string, viewId: string, state: State) => {
|
||||
const allAnchors = getAllAnchors(view.value.connectors ?? []);
|
||||
const issues = validateConnector(connector.value, {
|
||||
view: view.value,
|
||||
model: state.model,
|
||||
allAnchors
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user