Other: Adjusted toolbar configuration of the build (see ckeditor/ckeditor5#645).
@@ -38,6 +38,7 @@ module.exports = {
toolbar: {
items: [
'headings',
+ '|',
'bold',
'italic',
'link',
@@ -46,6 +46,7 @@ BalloonEditor.build = {