Skip to content

Commit

Permalink
Merge pull request #192 from kieler/mka/increase-scroll-limits
Browse files Browse the repository at this point in the history
increase the sprotty imposed scroll limits to more reasonable values
  • Loading branch information
NiklasRentzCAU authored Aug 22, 2024
2 parents 6c8c06b + 3ee8058 commit 1642593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/klighd-core/src/di.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ export default function createContainer(widgetId: string): Container {
min: 0.00000000000001,
max: 1000000000000000,
},
horizontalScrollLimits: { min: -1000000000000000, max: 1000000000000000 },
verticalScrollLimits: { min: -1000000000000000, max: 1000000000000000 },
})
return container
}

0 comments on commit 1642593

Please sign in to comment.