Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting on a comment should scroll to the block #66873

Open
wants to merge 22 commits into
base: trunk
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
912ec5a
Scroll editor blocks based on comments
karthick-murugan Nov 8, 2024
154c273
Update blockClientId
karthick-murugan Nov 8, 2024
52341d1
Update Iframe
karthick-murugan Nov 11, 2024
aef8840
Feedback Changes
karthick-murugan Nov 26, 2024
0c34d4e
Merge branch 'trunk' into feature/block-comments-scroll
karthick-murugan Nov 27, 2024
dad8215
Site Editor: Unify layout with posts dataviews (#67162)
youknowriad Nov 27, 2024
cd730bb
Scroll editor blocks based on comments
karthick-murugan Nov 8, 2024
583632d
Feedback Changes
karthick-murugan Nov 26, 2024
499cfd8
Feedback Changes
karthick-murugan Nov 27, 2024
d71c1c6
Remove unnecessary changes
karthick-murugan Nov 28, 2024
07c85f6
Feedback Changes
karthick-murugan Nov 28, 2024
a7693d4
Merge branch 'trunk' of github.com:karthick-murugan/gutenberg into fe…
karthick-murugan Nov 28, 2024
8367a44
Linting issues fixed
karthick-murugan Nov 28, 2024
9d60b44
Feedback Changes updated
karthick-murugan Dec 4, 2024
e5d379b
Feedback updates
karthick-murugan Dec 5, 2024
939f2f5
Feedback updates
karthick-murugan Dec 5, 2024
68568d9
Feedback updates
karthick-murugan Dec 5, 2024
13194c1
Feedback and site editor updates
karthick-murugan Dec 5, 2024
e9b0e4b
Updating feedback changes
karthick-murugan Dec 5, 2024
cc4c27a
Merge branch 'trunk' into feature/block-comments-scroll
karthick-murugan Dec 5, 2024
de2c602
Reverting comment header
karthick-murugan Dec 5, 2024
07453a5
Merge branch 'feature/block-comments-scroll' of github.com:karthick-m…
karthick-murugan Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reverting comment header
  • Loading branch information
karthick-murugan committed Dec 5, 2024
commit de2c6029813d84a389ba00a35fba2a907d1b1472
2 changes: 1 addition & 1 deletion packages/editor/src/components/collab-sidebar/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export function Comments( {
* @param {Function} props.onDelete - The function to delete the comment.
* @param {Function} props.onReply - The function to reply to the comment.
* @param {string} props.status - The status of the comment.
* @return {JSX.Element} The rendered comment header.
* @return {React.ReactNode} The rendered comment header.
*/
function CommentHeader( {
thread,
Expand Down