We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.3.0
chrome 73.0.3683.27
When I call changeMode, the bottom tab is not changed. But, Edit Type is changed.
var editor = new tui.Editor({ el: document.querySelector('#editSection'), previewStyle: 'vertical', height: '400px', initialEditType: 'markdown', useCommandShortcut: true, initialValue: content, exts: [ { name: 'chart', minWidth: 100, maxWidth: 600, minHeight: 100, maxHeight: 300 }, 'scrollSync', 'colorSyntax', 'uml', 'mark', 'table' ] }); editor.changeMode('wysiwyg');
Tabs should also be changed as follows.
The text was updated successfully, but these errors were encountered:
enhance ol, ul markdown command resolved #390
ec3939a
bdd2c73
No branches or pull requests
Version
v1.3.0
Test Environment
chrome 73.0.3683.27
Current Behavior
When I call changeMode, the bottom tab is not changed. But, Edit Type is changed.
Expected Behavior
Tabs should also be changed as follows.
The text was updated successfully, but these errors were encountered: