From 13aa481ef3e0952119dc0ddbf8e1119dfe472a10 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Jan 2019 15:42:52 +0800 Subject: [PATCH] Roo/bootstrap/NavSimplebar.js --- Roo/bootstrap/NavSimplebar.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Roo/bootstrap/NavSimplebar.js b/Roo/bootstrap/NavSimplebar.js index 844ab8f765..67992316c2 100644 --- a/Roo/bootstrap/NavSimplebar.js +++ b/Roo/bootstrap/NavSimplebar.js @@ -70,6 +70,12 @@ Roo.extend(Roo.bootstrap.NavSimplebar, Roo.bootstrap.Navbar, { // i'm not actually sure these are really used - normally we add a navGroup to a navbar if (Roo.bootstrap.version == 4) { + cfg.cn = [ + { + tag : 'span' + } + ]; + return cfg; } -- 2.39.2