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 5c7ce2e commit a0230b3Copy full SHA for a0230b3
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