fix(elements): Fix blur effect in UptimelinkWebwidget component

This commit is contained in:
2024-06-28 14:38:08 +02:00
parent 6572f310ea
commit b9ddcde25e
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link/webwidget',
version: '1.1.1',
version: '1.1.2',
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
}

View File

@@ -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) {