Commit 1844a594 authored by gxkai's avatar gxkai

fix: iframe hack

parent 7b2105d9
...@@ -185,6 +185,9 @@ export class MainView { ...@@ -185,6 +185,9 @@ export class MainView {
<div class=${css.mainview}> <div class=${css.mainview}>
${self.tabProxy.renderTabsbar()} ${self.tabProxy.renderTabsbar()}
${self._view.editor} ${self._view.editor}
<div>
<!--iframe hack-->
</div>
${self._view.mainPanel} ${self._view.mainPanel}
${self._components.contextView.render()} ${self._components.contextView.render()}
${self._view.terminal} ${self._view.terminal}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment