GoLineForm should track history

This commit is contained in:
Daniel Perrett 2016-11-14 08:39:32 +00:00
parent b1bf25073d
commit 39af3549b0

View File

@ -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({