fix(elements): Fix blur effect in UptimelinkWebwidget component
This commit is contained in:
@ -193,7 +193,7 @@ export class UptimelinkWebwidget extends DeesElement {
|
||||
this.isElevated = true;
|
||||
this.isFocused = true;
|
||||
this.windowLayer = await DeesWindowLayer.createAndShow({
|
||||
blur: true,
|
||||
blur: false,
|
||||
});
|
||||
await domtools.convenience.smartdelay.delayFor(200);
|
||||
if (!this.isFocused) {
|
||||
|
Reference in New Issue
Block a user