We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f38d0 commit dc9b744Copy full SHA for dc9b744
src/app/plugin/MailtoProtocolHandlerPlugin.js
@@ -36,7 +36,7 @@ Ext.define("conjoon.cn_mail.app.plugin.MailtoProtocolHandlerPlugin", {
36
*/
37
run (controller) {
38
"use strict";
39
-
+
40
if (navigator.registerProtocolHandler) {
41
const origin = window.location.origin;
42
navigator.registerProtocolHandler(
0 commit comments