Release 3.0.1-k
parent
dac9386e73
commit
d496014be7
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "emoji-mart-lazyload",
|
"name": "emoji-mart-lazyload",
|
||||||
"version": "3.0.1j",
|
"version": "3.0.1k",
|
||||||
"description": "Customizable Slack-like emoji picker for React",
|
"description": "Customizable Slack-like emoji picker for React",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist-es/index.js",
|
"module": "dist-es/index.js",
|
||||||
|
|
|
@ -534,6 +534,7 @@ export default class NimblePicker extends React.PureComponent {
|
||||||
skinEmoji,
|
skinEmoji,
|
||||||
notFound,
|
notFound,
|
||||||
notFoundEmoji,
|
notFoundEmoji,
|
||||||
|
maxResults,
|
||||||
} = this.props
|
} = this.props
|
||||||
|
|
||||||
var width = perLine * (emojiSize + 12) + 12 + 2 + measureScrollbar()
|
var width = perLine * (emojiSize + 12) + 12 + 2 + measureScrollbar()
|
||||||
|
@ -573,6 +574,7 @@ export default class NimblePicker extends React.PureComponent {
|
||||||
exclude={exclude}
|
exclude={exclude}
|
||||||
custom={this.CUSTOM}
|
custom={this.CUSTOM}
|
||||||
autoFocus={autoFocus}
|
autoFocus={autoFocus}
|
||||||
|
maxResults={maxResults}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in New Issue