Skip to content

Commit 27f251f

Browse files
yashjawaleyashjawaleMamadukaadamsilverstein
authored andcommitted
Block Comments: Fix unable to pin comment sidebar after unpinning (#71386)
Co-authored-by: yashjawale <[email protected]> Co-authored-by: Mamaduka <[email protected]> Co-authored-by: adamsilverstein <[email protected]>
1 parent e662c2f commit 27f251f

File tree

1 file changed

+1
-1
lines changed
  • packages/editor/src/components/collab-sidebar

1 file changed

+1
-1
lines changed

packages/editor/src/components/collab-sidebar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default function CollabSidebar() {
257257

258258
const openCollabBoard = () => {
259259
setShowCommentBoard( true );
260-
enableComplementaryArea( 'core', 'edit-post/collab-sidebar' );
260+
enableComplementaryArea( 'core', collabHistorySidebarName );
261261
};
262262

263263
const [ blocks ] = useEntityBlockEditor( 'postType', postType, {

0 commit comments

Comments
 (0)