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 e5b145c commit 9a6f54dCopy full SHA for 9a6f54d
src/docdiff.js
@@ -101,7 +101,7 @@ export class DocDiffElement extends LitElement {
101
}
102
this.config = config;
103
this.rootSelector =
104
- objectPath.get(this.config, "options.root_selector") ||
+ objectPath.get(this.config, "addons.options.root_selector") ||
105
docTool.getRootSelector();
106
107
// NOTE: maybe there is a better way to inject this styles?
0 commit comments