kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
ServiceWorker: add missing jsdoc comment to expandNotification
rodzic
b8cfb567d1
commit
5c549a46e5
|
@ -206,6 +206,7 @@ const findBestClient = (clients: readonly WindowClient[]): WindowClient => {
|
||||||
return focusedClient || visibleClient || clients[0];
|
return focusedClient || visibleClient || clients[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/** Update a notification with CW to display the full status. */
|
||||||
const expandNotification = (notification: Notification) => {
|
const expandNotification = (notification: Notification) => {
|
||||||
const newNotification = cloneNotification(notification);
|
const newNotification = cloneNotification(notification);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue