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 9799196 commit b09d5a6Copy full SHA for b09d5a6
docs/components/PlotRender.js
@@ -127,7 +127,7 @@ export default {
127
...this.options,
128
className: "plot"
129
};
130
- if (this.defer || typeof document !== "undefined") {
+ if (this.defer) { // || typeof document !== "undefined") {
131
const mounted = (el) => {
132
disconnect(); // remove old listeners
133
function observed() {
0 commit comments