This commit is contained in:
Yoga Pangestu 2026-02-24 08:29:18 +07:00
commit 348e55f1e9

View File

@ -43,7 +43,6 @@ self.addEventListener('notificationclick', (event) => {
return client.focus(); return client.focus();
} }
} }
// If not, open a new window
if (clients.openWindow) { if (clients.openWindow) {
return clients.openWindow(url); return clients.openWindow(url);
} }