mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
FIX linting
This commit is contained in:
parent
d293261051
commit
6be44e9788
@ -66,7 +66,9 @@ export default class Panel extends React.Component {
|
||||
this.options = options;
|
||||
|
||||
if (options.debounce) {
|
||||
this.emitChange = debounce(this.emitChange, options.debounce.wait, { leading: options.debounce.leading });
|
||||
this.emitChange = debounce(this.emitChange, options.debounce.wait, {
|
||||
leading: options.debounce.leading,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user