Skip to content

Commit 96107f1

Browse files
committed
form.field.TextArea: typo fix
1 parent 0beba57 commit 96107f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/form/field/TextArea.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class TextArea extends Text {
214214
// Delegate monitoring of sizes to the main thread.
215215
Neo.main.DomAccess.monitorAutoGrow({
216216
id : me.getInputElId(),
217-
autoGrow : me.autoGrow
217+
autoGrow : me.autoGrow,
218218
windowId : me.windowId
219219
})
220220
}

0 commit comments

Comments
 (0)