diff --git a/client/components/combobox.jsx b/client/components/combobox.jsx index 8963bcf68..a6e699dcf 100644 --- a/client/components/combobox.jsx +++ b/client/components/combobox.jsx @@ -126,4 +126,4 @@ const Combobox = createClass({ } }); -module.exports = Combobox; \ No newline at end of file +module.exports = Combobox; diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 7f7cdbe6d..2d51a7b29 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -245,6 +245,7 @@ const MetadataEditor = createClass({ }); }; + const debouncedHandleFieldChange = _.debounce(this.handleFieldChange, 500); return