Skip to content

Commit

Permalink
Fix missing search overlay in some themes like Rebalance (#40472)
Browse files Browse the repository at this point in the history
* Set body opacity to 1 when instant search overlay is displayed

* changelog

* Update condition to execute only when opacity is 0

* Set opacity to 1 always when it has incorrect value

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12301149601

Upstream-Ref: Automattic/jetpack@412baba
  • Loading branch information
wojtekn authored and matticbot committed Dec 12, 2024
1 parent 917bb4b commit 3cb2ab6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies.

### Fixed
- Fix missing instant search dialog for themes like Rebalance

## [0.47.3] - 2024-12-09
### Changed
- Updated package dependencies. [#40363]
Expand Down
2 changes: 1 addition & 1 deletion build/customberg/jp-search-configure.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-block-editor', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport'), 'version' => 'ce8fbc15eae5d00ca0f2');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-block-editor', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport'), 'version' => '4d8a154579b1811823a6');
2 changes: 1 addition & 1 deletion build/customberg/jp-search-configure.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/instant-search/jp-search.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-i18n', 'wp-jp-i18n-loader', 'wp-polyfill', 'wp-url'), 'version' => '719e6bb135c11a5926a6');
<?php return array('dependencies' => array('wp-i18n', 'wp-jp-i18n-loader', 'wp-polyfill', 'wp-url'), 'version' => '986418c32752bbc685a0');
Loading

0 comments on commit 3cb2ab6

Please sign in to comment.