diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 73a5a0d51..a882863d1 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -140,7 +140,7 @@ const Editor = createClass({ editorPageCount = editorPageCount + 1; } } - }, []); + }); } },