Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into add/smart-linking-backend
Browse files Browse the repository at this point in the history
# Conflicts:
#	build/content-helper/editor-sidebar.asset.php
#	build/content-helper/editor-sidebar.js
  • Loading branch information
vaurdan committed Jun 7, 2024
2 parents 2e38a6a + b4e15ee commit 9a32cce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build/content-helper/editor-sidebar.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'f38166e3e6306a88038c');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '70fa2757325ff1587455');
24 changes: 12 additions & 12 deletions build/content-helper/editor-sidebar.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export const ReviewModalSidebar = ( {
const activeItem = itemRefs.current[ activeIndex ];

if ( activeItem ) {
activeItem.focus();

if ( activeIndex === 0 ) {
sidebar.scrollTop = 0;
return;
Expand Down

0 comments on commit 9a32cce

Please sign in to comment.