Skip to content

Commit

Permalink
Input returns the correct bounds size
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed May 26, 2024
1 parent ab08b3e commit ac73010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ object Input:

given [ReferenceData]: Component[Input, ReferenceData] with
def bounds(model: Input): Bounds =
model.bounds
model.bounds.resizeBy(2, 2)

def updateModel(
context: UiContext[ReferenceData],
Expand Down

0 comments on commit ac73010

Please sign in to comment.