You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
Thank you this is helpful. How can I add to the end of the toolbar? I see that addButton takes an index, but if I addButton to position toolbar.getItems().length I do not see a button. Even addButton({...}, toolbar.getItems().length - 3) does not show up, but when I use length-4, the icon suddenly shows up between the </> and CB buttons.
"Fullscreen" button at position 16 ^^^
"Fullscreen" button at position 17 ^^^ (no button)
@dantrevino Sorry for late reply. This is a bug of tui.editor so I make issue at the issue of tui.editor. nhn/tui.editor#458
Please wait a little while for handle tui.editor issue.
Version
1.0.4
Test Environment
Chrome 72, Linux
Current Behavior
When implementing via a SFC, how can I add a toolbar button, as described here:
nhn/tui.editor#317 (comment)
Expected Behavior
Looking to customize toolbar
The text was updated successfully, but these errors were encountered: