Skip to content

Commit fc00416

Browse files
committed
mailto resource handler return true
1 parent 1d43c28 commit fc00416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/digma/intellij/plugin/ui/jcef/MailtoSchemaHandlerFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ class MailtoResourceHandler : CefResourceHandlerAdapter() {
3636
ErrorReporter.getInstance().reportError("MailtoResourceHandler.processRequest", e)
3737
}
3838
callback?.Continue()
39-
return false
39+
return true
4040
}
4141
}

0 commit comments

Comments
 (0)