提交 08e0ace7 编写于 作者: S SteVen Batten

fixes #109128

上级 e73ea41e
......@@ -60,7 +60,7 @@
/* TODO: actions should be part of the pane, but they aren't yet */
.monaco-pane-view .pane > .pane-header > .actions {
display: none;
flex: 1;
margin-left: auto;
}
/* TODO: actions should be part of the pane, but they aren't yet */
......
......@@ -305,6 +305,8 @@ export abstract class ViewPane extends Pane implements IView {
this._register(this.toolbar);
this.setActions();
this._register(addDisposableListener(actions, EventType.CLICK, e => e.preventDefault()));
this._register(this.viewDescriptorService.getViewContainerModel(this.viewDescriptorService.getViewContainerByViewId(this.id)!)!.onDidChangeContainerInfo(({ title }) => {
this.updateTitle(this.title);
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册