mirror of
https://github.com/mathuo/dockview
synced 2025-05-06 11:38:25 +00:00
refactor: remove console.log line
This commit is contained in:
parent
87fb3497b4
commit
8538266928
@ -55,7 +55,6 @@ export class ReactContentRenderer implements IContentRenderer {
|
|||||||
|
|
||||||
parameters.api.onDidVisibilityChange((event) => {
|
parameters.api.onDidVisibilityChange((event) => {
|
||||||
if (event.isVisible) {
|
if (event.isVisible) {
|
||||||
console.log(event.isVisible, this.id);
|
|
||||||
this._hostedContainer.show();
|
this._hostedContainer.show();
|
||||||
this._hostedContainer.layout(this.element);
|
this._hostedContainer.layout(this.element);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user