We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5912355 commit fdac9aeCopy full SHA for fdac9ae
packages/core/src/notifications/panelNode.ts
@@ -123,7 +123,7 @@ export class NotificationsNode implements TreeNode {
123
* Fired when a notification is clicked on in the panel. It will run any rendering
124
* instructions included in the notification. See {@link ToolkitNotification.uiRenderInstructions}.
125
*/
126
- private async openNotification(notification: ToolkitNotification) {
+ public async openNotification(notification: ToolkitNotification) {
127
switch (notification.uiRenderInstructions.onClick.type) {
128
case 'modal':
129
// Render blocking modal
0 commit comments