Add window mapped debug message

This commit is contained in:
Rafostar
2021-09-05 17:17:59 +02:00
parent dea67e4712
commit 65673dbf4f

View File

@@ -48,6 +48,8 @@ class ClapperApp extends AppBase
window.disconnect(this.mapSignal);
this.mapSignal = null;
debug('window mapped');
window.child._onWindowMap(window);
}
});