|
@@ -67,7 +67,8 @@ export function notebookGeneratorToolbar(
|
|
this.setState({
|
|
this.setState({
|
|
showCode: options.showCode,
|
|
showCode: options.showCode,
|
|
showMarkdown: options.showMarkdown,
|
|
showMarkdown: options.showMarkdown,
|
|
- showTags: options.showTags
|
|
|
|
|
|
+ showTags: options.showTags,
|
|
|
|
+ numbering: options.numbering
|
|
});
|
|
});
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -240,12 +241,12 @@ export function notebookGeneratorToolbar(
|
|
{codeIcon}
|
|
{codeIcon}
|
|
{markdownIcon}
|
|
{markdownIcon}
|
|
{numberingIcon}
|
|
{numberingIcon}
|
|
- </div>
|
|
|
|
- <div
|
|
|
|
- className={'tag-dropdown-button'}
|
|
|
|
- onClick={event => this.toggleTagDropdown()}
|
|
|
|
- >
|
|
|
|
- {tagIcon}
|
|
|
|
|
|
+ <div
|
|
|
|
+ className={'tag-dropdown-button'}
|
|
|
|
+ onClick={event => this.toggleTagDropdown()}
|
|
|
|
+ >
|
|
|
|
+ {tagIcon}
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<hr className={'toolbar-hr'} />
|
|
<hr className={'toolbar-hr'} />
|
|
{tagDropdown}
|
|
{tagDropdown}
|