提交 cece7cef 编写于 作者: B Benjamin Pasero

overlay tweak when tabs disabled

上级 f28b0590
......@@ -800,9 +800,11 @@ export class SideBySideEditorControl implements ISideBySideEditorControl, IVerti
if (!overlay) {
$this.visibleEditorContainers.forEach((container, index) => {
if (container && DOM.isAncestor(target, container.getHTMLElement())) {
const useTabs = !!$this.configurationService.getConfiguration<IWorkbenchEditorConfiguration>().workbench.editor.showTabs;
overlay = $('div').style({
position: 'absolute',
top: SideBySideEditorControl.EDITOR_TITLE_HEIGHT + 'px',
top: useTabs ? SideBySideEditorControl.EDITOR_TITLE_HEIGHT + 'px' : 0,
left: 0,
width: '100%',
height: '100%',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册