leedab 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
if (emptyState) document.body.classList.add("empty-mode");
|
|
692
692
|
function exitEmptyMode() {
|
|
693
693
|
document.body.classList.remove("empty-mode");
|
|
694
|
-
|
|
694
|
+
if (emptyState) emptyState.remove();
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
// Session: "console" default, or from URL for viewing history
|