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.
2 parents 73be129 + a058da8 commit ed95252Copy full SHA for ed95252
src/renderer/html_handlebars/hbs_renderer.rs
@@ -441,7 +441,7 @@ fn make_data(
441
442
if html_config.playpen.editable && html_config.playpen.copy_js {
443
data.insert("playpen_js".to_owned(), json!(true));
444
- if html.playpen.line_numbers {
+ if html_config.playpen.line_numbers {
445
data.insert("playpen_line_numbers".to_owned(), json!(true));
446
}
447
0 commit comments