Make WordPress Core


Ignore:
Timestamp:
06/11/2024 10:05:48 AM (11 months ago)
Author:
ellatrix
Message:

Editor: Update npm packages for WP 6.6 Beta 2.

See https://github.com/WordPress/wordpress-develop/pull/6773.

Fixes #61410.

Props vcanales.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/search.php

    r58187 r58387  
    192192        . $form_context .
    193193        'data-wp-class--wp-block-search__searchfield-hidden="!context.isSearchInputVisible"
    194          data-wp-on--keydown="actions.handleSearchKeydown"
    195          data-wp-on--focusout="actions.handleSearchFocusout"
     194         data-wp-on-async--keydown="actions.handleSearchKeydown"
     195         data-wp-on-async--focusout="actions.handleSearchFocusout"
    196196        ';
    197197    }
Note: See TracChangeset for help on using the changeset viewer.