finished the expanded cables dialog, worked on the scrolling for bin cables in the pages table view, did some mobile view edits
This commit is contained in:
parent
c3ee4a518c
commit
dc52ef77a7
6 changed files with 617 additions and 112 deletions
|
|
@ -146,7 +146,9 @@ export default function BinControls(props: Props) {
|
|||
setControls(controls);
|
||||
}).catch(err => {
|
||||
console.error("Interaction fetch error:", err)
|
||||
})
|
||||
}).finally(() => {
|
||||
setLoading(false)
|
||||
})
|
||||
}
|
||||
},[linkedComponents, interactionsAPI, componentDevices, as])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue