You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It then processes into the warning notification function, which gets passed by pushNotificationMessage.
18
+
It then processes into the warning notification function, which gets passed by pushNotificationMessage:
20
19
```ts
21
20
function showNotificationMsg(kind:string, msg:string) {
22
21
pushNotificationMessage({ kind: kind, text: msg, hc: false }); // No high contrast support in skillmap
23
22
}
24
23
```
25
-
And then all these steps get executed by `showNotificationMsg`. Finally, these functions then are called in `errorNotification` and `warningNotification.`
24
+
And then all these steps get executed by `showNotificationMsg`. Finally, these functions then are called in `errorNotification` and `warningNotification`:
0 commit comments