Skip to content

Commit

Permalink
make the immersive editor collapse button permanently visible when th…
Browse files Browse the repository at this point in the history
…e drawer is open
  • Loading branch information
cstns committed Sep 25, 2024
1 parent 0ac5c51 commit 3b411c3
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 3b411c3

Please sign in to comment.