Skip to content

Commit

Permalink
fix: show toolbar on fullscreen
Browse files Browse the repository at this point in the history
fix #272
  • Loading branch information
SSShooter committed Sep 7, 2024
1 parent 99f1356 commit 114422e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/toolBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function createToolBarRBContainer(mind: MindElixirInstance) {
// toolBarRBContainer.appendChild(percentage)
toolBarRBContainer.className = 'mind-elixir-toolbar rb'
fc.onclick = () => {
mind.container.requestFullscreen()
mind.mindElixirBox.requestFullscreen()
}
gc.onclick = () => {
mind.toCenter()
Expand Down

0 comments on commit 114422e

Please sign in to comment.