hyperscript.org
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -376,3 +376,3 @@ ///========================================================================= | ||
const internalData = _hyperscript.internals.runtime.getInternalData(element); | ||
if (internalData.originalDisplay) { | ||
if (internalData.originalDisplay && internalData.originalDisplay !== 'none') { | ||
element.style.display = internalData.originalDisplay; | ||
@@ -379,0 +379,0 @@ } else { |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"homepage": "https://hyperscript.org/", | ||
@@ -75,3 +75,2 @@ "bugs": { | ||
"mocha-chrome": "^2.2.0", | ||
"node-sass": "^5.0.0", | ||
"sass": "^1.32.8", | ||
@@ -78,0 +77,0 @@ "sinon": "^9.0.2" |
@@ -15,3 +15,3 @@ [![//_hyperscript](https://hyperscript.org/img/light_logo.png "the underscore is silent")](https://hyperscript.org) | ||
<script src="https://unpkg.com/hyperscript.org@0.8.4"></script> | ||
<script src="https://unpkg.com/hyperscript.org@0.9.1"></script> | ||
@@ -18,0 +18,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2043796
9
8958