Skip to content

Commit d96a59c

Browse files
Mamadukat-hamano
authored andcommitted
Notes: Fix strange default sidebar animation (#72710)
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
1 parent 01df16f commit d96a59c

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
@@ -180,7 +180,7 @@ function NotesSidebar( { postId, mode } ) {
180180
commentLastUpdated={ commentLastUpdated }
181181
/>
182182
</PluginSidebar>
183-
{ showFloatingSidebar && (
183+
{ isLargeViewport && (
184184
<PluginSidebar
185185
isPinnable={ false }
186186
header={ false }

0 commit comments

Comments
 (0)