Closed TMSCH closed 6 years ago
Merging #66 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
+ Coverage 92.43% 92.44% +<.01%
==========================================
Files 34 34
Lines 1507 1508 +1
Branches 205 206 +1
==========================================
+ Hits 1393 1394 +1
Misses 114 114
Impacted Files | Coverage Δ | |
---|---|---|
ts/api/provider_frame_elem.ts | 96% <100%> (+0.08%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f286443...12b0e36. Read the comment docs.
When another display message is sent, it would always reset the style, thus overwriting a previously custom height or width set. It now ensures to only reset the styles if the iframe is hidden.