From 39af3549b01c761b8ebd678190d762ea2ceb0c54 Mon Sep 17 00:00:00 2001 From: Daniel Perrett Date: Mon, 14 Nov 2016 08:39:32 +0000 Subject: [PATCH] GoLineForm should track history --- lib/ui/GoLineForm.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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({