Skip to content

Commit

Permalink
Merge pull request #4569 from FlowFuse/4564_make-the-imersive-editor-…
Browse files Browse the repository at this point in the history
…collapse-button-permanently-visible

Make the immersive editor collapse button permanently visible when the drawer is open
  • Loading branch information
joepavitt authored Sep 25, 2024
2 parents 0ac5c51 + 3b411c3 commit ea58fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/instance/Editor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<drawer-trigger @click="toggleDrawer" />

<middle-close-button
:is-visible="drawer.isHoveringOverResize"
:is-visible="drawer.open"
@click="toggleDrawer"
/>

Expand Down

0 comments on commit ea58fc2

Please sign in to comment.