-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AI Extension: handle multiple blocks editing (#31491)
* [not verified] introduce getBlockTextContent() fn * [not verified] pick block content by using getBlockTextContent * [not verified] try to pick content from attr first * [not verified] get block content only when requesting * [not verified] jsdoc improvement * [not verified] add a function to get the content of selected blocks * [not verified] pull content from selected blocks * [not verified] change the API of helper function * [not verified] expose clientIds from getTextContentFromBlocks() * [not verified] combine multi selected blocks into only one * [not verified] changelog * use ref to deal with selected client ids * improve jsdoc. fix typo
- Loading branch information
Showing
3 changed files
with
109 additions
and
12 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
projects/plugins/jetpack/changelog/update-ai-extension-edit-with-multiple-selection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: enhancement | ||
|
||
AI Extension: handle multiple blocks editing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters