From 77dbfbd97e9102040dc4bc393ea5291c21450730 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Feb 2020 15:44:58 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 19e53812ee..a88dc16346 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -359,7 +359,11 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { return record; }, - + /* + * find the stack of stores that match our value. + * + * + */ selectActive : function (lvl) { -- 2.39.2