We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f1356 commit 114422eCopy full SHA for 114422e
src/plugin/toolBar.ts
@@ -25,7 +25,7 @@ function createToolBarRBContainer(mind: MindElixirInstance) {
25
// toolBarRBContainer.appendChild(percentage)
26
toolBarRBContainer.className = 'mind-elixir-toolbar rb'
27
fc.onclick = () => {
28
- mind.container.requestFullscreen()
+ mind.mindElixirBox.requestFullscreen()
29
}
30
gc.onclick = () => {
31
mind.toCenter()
0 commit comments