diff --git a/lib/ui/GoLineForm.js b/lib/ui/GoLineForm.js index 0507656..664131a 100644 --- a/lib/ui/GoLineForm.js +++ b/lib/ui/GoLineForm.js @@ -12,7 +12,10 @@ function GoLineForm (opts) { if (!(self instanceof GoLineForm)) return new GoLineForm(opts); BaseFindForm.call(self, _.merge({ - findField: {left: GoLineForm._label.length} + findField: { + history: true, + left: GoLineForm._label.length + } }, Slap.global.options.form.goLine, opts)); self.goLineLabel = new BaseWidget(_.merge({