Skip to content

Commit 8eac534

Browse files
add default value for lazy attribute
#709 (comment)
1 parent edc445d commit 8eac534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

classes/Visualizer/Gutenberg/build/block.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classes/Visualizer/Gutenberg/src/Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Editor extends Component {
112112
this.props.setAttributes({
113113
id,
114114
route: 'chartSelect',
115-
lazy
115+
lazy: -1
116116
});
117117
}
118118

0 commit comments

Comments
 (0)