Skip to content
Merged
Changes from all commits
Commits
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
Notes: Fix strange default sidebar animation
  • Loading branch information
Mamaduka committed Oct 27, 2025
commit 11ed739ce4958f824ad2411dd1fb6f884d6ceda1
2 changes: 1 addition & 1 deletion packages/editor/src/components/collab-sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function NotesSidebar( { postId, mode } ) {
commentLastUpdated={ commentLastUpdated }
/>
</PluginSidebar>
{ showFloatingSidebar && (
{ isLargeViewport && (
<PluginSidebar
isPinnable={ false }
header={ false }
Expand Down
Loading