diff --git a/djblets/static/djblets/js/jquery.gravy.inlineEditor.js b/djblets/static/djblets/js/jquery.gravy.inlineEditor.js
index 7ed2da1ce2194672239ca29cdb48ab48b4086194..ebe2537f3812ee91f09c476161eadb88648e600f 100644
--- a/djblets/static/djblets/js/jquery.gravy.inlineEditor.js
+++ b/djblets/static/djblets/js/jquery.gravy.inlineEditor.js
@@ -396,8 +396,7 @@ $.widget("ui.inlineEditor", {
                  * that case, don't try to match sizes, just ask the field to
                  * auto-size itself to the size of the source text.
                  */
-                this._field.autoSizeTextArea('autoSize', true,
-                                             !preventAnimation, elHeight);
+                self._field.autoSizeTextArea('autoSize', true, false, elHeight);
             }
 
             if (this._buttons) {
