Skip to content

Commit

Permalink
Add missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
emeeks committed Jul 29, 2019
1 parent ce341a7 commit c0832d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OrdinalFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ class OrdinalFrame extends React.Component<OrdinalFrameProps, State> {

const rExtentSettings =
baseRExtent === undefined || Array.isArray(baseRExtent)
? { extent: baseRExtent, onChange: undefined }
? { extent: baseRExtent, onChange: undefined, includeAnnotations: false }
: baseRExtent

let rExtent = rExtentSettings.extent as number[]
Expand Down

0 comments on commit c0832d4

Please sign in to comment.