mirror of
https://github.com/mathuo/dockview
synced 2025-05-05 11:08: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) => {
|
||||
if (event.isVisible) {
|
||||
console.log(event.isVisible, this.id);
|
||||
this._hostedContainer.show();
|
||||
this._hostedContainer.layout(this.element);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user