Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Make skipCommandsRegistration optional
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 6, 2021
1 parent 8818ab0 commit e2bff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select-list-properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ export interface SelectListProperties {
passed as visible option to elementForItem. This is mainly used to skip heavy computation for invisible items. */
initiallyVisibleItemCount?: number

skipCommandsRegistration: boolean
skipCommandsRegistration?: boolean
}

0 comments on commit e2bff3a

Please sign in to comment.