Skip to content

Commit

Permalink
mixins should require providing what index options are provided at, p…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 28, 2022
1 parent 99843d7 commit 2ade1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/RatioHandNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type CreateIconOptions = {
handNodeOptions?: NodeOptions
};

class RatioHandNode extends AccessibleSlider( Node ) {
class RatioHandNode extends AccessibleSlider( Node, 0 ) {
private resetRatioHandNode: () => void;

/**
Expand Down

0 comments on commit 2ade1be

Please sign in to comment.