chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-07-10 18:26:31 +02:00
parent a190597905
commit 087e639020
382 changed files with 29496 additions and 2675 deletions

View file

@ -126,5 +126,6 @@ export default class WayImportButtonViz extends SpecialVisualization implements
await state.changes.applyAction(action)
}
getLayerDependencies = (args: string[]) => ImportFlowUtils.getLayerDependenciesWithSnapOnto(this.args, args)
getLayerDependencies = (args: string[]) =>
ImportFlowUtils.getLayerDependenciesWithSnapOnto(this.args, args)
}