Skip to content

Commit 6469ee0

Browse files
committed
documentation parent disposable
1 parent 1d81a1f commit 6469ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/digma/intellij/plugin/documentation/DocumentationFileEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public DocumentationFileEditor(Project project, DocumentationVirtualFile file) {
3131
private JCefComponent createJcefComponent(Project project, DocumentationVirtualFile file) {
3232

3333
if (JBCefApp.isSupported()) {
34-
return new JCefComponent.JCefComponentBuilder(project, "Documentation", DocumentationService.getInstance(project),
34+
return new JCefComponent.JCefComponentBuilder(project, "Documentation", this,
3535
DocumentationConstants.DOCUMENTATION_URL,
3636
new DocumentationMessageRouterHandler(project))
3737
.withArg(JCEF_DOCUMENTATION_FILE_PROPERTY_NAME,file)

0 commit comments

Comments
 (0)