diff --git a/core/modules/macros/reveal.js b/core/modules/macros/reveal.js index 54ecbf90e..4f0863316 100644 --- a/core/modules/macros/reveal.js +++ b/core/modules/macros/reveal.js @@ -52,6 +52,10 @@ exports.readState = function() { case "match": this.readMatchState(state); break; + case "nomatch": + this.readMatchState(state); + this.isOpen = !this.isOpen; + break; } } };