chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,9 @@ export default (vueFlowId?: string): ViewportFunctions => {
|
||||
duration: 0,
|
||||
},
|
||||
) => {
|
||||
if (!nodes.length) return
|
||||
if (!nodes.length) {
|
||||
return
|
||||
}
|
||||
|
||||
const nodesToFit: GraphNode[] = (options.includeHiddenNodes ? nodes : getNodes).filter((node) => {
|
||||
const initialized = node.initialized && node.dimensions.width && node.dimensions.height
|
||||
|
||||
Reference in New Issue
Block a user