mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
cd013356f9
no issue - This change listens to updated values of the night shift toggle and sends a message to the Explore iframe - if mounted - to ensure the themes are in sync
10 lines
225 B
Handlebars
10 lines
225 B
Handlebars
<iframe
|
|
id="explore-frame"
|
|
class="explore-frame"
|
|
frameborder="0"
|
|
title="Explore"
|
|
{{did-insert this.setup}}
|
|
{{did-update this.handleDarkModeChange this.feature.nightShift}}
|
|
...attributes
|
|
>
|
|
</iframe> |