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 b6ed4c6 commit d920041Copy full SHA for d920041
src/wt-notify/wt-notify.js
@@ -68,7 +68,7 @@
68
onSuccess && onSuccess();
69
}
70
result.notSetPermission = false;
71
- onThen();
+ onThen && onThen();
72
},
73
needsPermission : Notify.needsPermission,
74
requestPermission: Notify.requestPermission,
0 commit comments