Skip to content
Prev Previous commit
Next Next commit
Index file conflict issue
  • Loading branch information
karthick-murugan committed Oct 7, 2025
commit 10735eb2c99e5cd83fc5890551ebc2b430031a58
4 changes: 0 additions & 4 deletions packages/editor/src/components/collab-sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,10 @@ export default function CollabSidebar() {
onClick={ () => {
openCollabBoard();
if ( commentSidebarRef?.current && currentThread ) {
<<<<<<< HEAD
focusCommentThread( currentThread.id, commentSidebarRef.current );
=======
focusCommentThread(
currentThread.id,
commentSidebarRef.current
);
>>>>>>> b62b21031e (Implement utils functionality)
}
} }
thread={ currentThread }
Expand Down
1 change: 1 addition & 0 deletions packages/editor/src/components/collab-sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
overflow: hidden;
clip-path: inset(50%);
background: $white !important;

&:focus {
top: $grid-unit-10;
right: $grid-unit-10;
Expand Down
Loading