Skip to content

Commit

Permalink
Return order to original order
Browse files Browse the repository at this point in the history
  • Loading branch information
Myranae committed Dec 6, 2024
1 parent d6870b8 commit b0d5329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/perseus/src/widgets/label-image/label-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ type LabelImageProps = ChangeableProps &
DependencyProps &
Omit<PerseusLabelImageWidgetOptions, "markers"> & {
apiOptions: APIOptions;
// Whether the question has been answered by the user.
questionCompleted: boolean;
// The list of label markers on the question image.
markers: ReadonlyArray<InteractiveMarkerType>;
// Whether the question has been answered by the user.
questionCompleted: boolean;
// preferred placement for popover (preference, not MUST)
preferredPopoverDirection?: PreferredPopoverDirection;
};
Expand Down

0 comments on commit b0d5329

Please sign in to comment.