Added important to route display state to force a route to not be visible.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user