Merge branch 'HEAD' into origin/master

This commit is contained in:
Matt Mo 2021-12-06 09:27:40 -08:00
commit 05aaf6cf39

View File

@ -47,7 +47,7 @@ IgniteTemplate.prototype.route = function(routes, showCallback = null, hideCallb
}
} else {
//Hide the route element.
this.element.style.setProperty("display", "none");
this.element.style.setProperty("display", "none", "important");
if (hideCallback) {
hideCallback();