Skip to content

Commit 114422e

Browse files
committed
fix: show toolbar on fullscreen
fix #272
1 parent 99f1356 commit 114422e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/toolBar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function createToolBarRBContainer(mind: MindElixirInstance) {
2525
// toolBarRBContainer.appendChild(percentage)
2626
toolBarRBContainer.className = 'mind-elixir-toolbar rb'
2727
fc.onclick = () => {
28-
mind.container.requestFullscreen()
28+
mind.mindElixirBox.requestFullscreen()
2929
}
3030
gc.onclick = () => {
3131
mind.toCenter()

0 commit comments

Comments
 (0)