We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd35042 commit cbf9d77Copy full SHA for cbf9d77
src/components/tile-manager/controllers/fullscreen.ts
@@ -22,6 +22,8 @@ class FullscreenController implements ReactiveController {
22
}
23
24
public setState(fullscreen: boolean, isUserTriggered = false): void {
25
+ if (!this._host.isConnected) return;
26
+
27
if (isUserTriggered && this._callback) {
28
if (!this._callback.call(this._host, fullscreen)) {
29
return;
0 commit comments