|
@@ -140,9 +140,9 @@ export default class Link extends Feature {
|
|
|
// Create the balloon panel instance.
|
|
// Create the balloon panel instance.
|
|
|
const balloonPanel = new LinkBalloonPanel( panelModel, new LinkBalloonPanelView( editor.locale ) );
|
|
const balloonPanel = new LinkBalloonPanel( panelModel, new LinkBalloonPanelView( editor.locale ) );
|
|
|
|
|
|
|
|
- // Add balloonPanel.view#element to FocusManager.
|
|
|
|
|
|
|
+ // Add balloonPanel.view#element to FocusTracker.
|
|
|
// @TODO: Do it automatically ckeditor5-core#23
|
|
// @TODO: Do it automatically ckeditor5-core#23
|
|
|
- editor.focusManager.add( balloonPanel.view.element );
|
|
|
|
|
|
|
+ editor.focusTracker.add( balloonPanel.view.element );
|
|
|
|
|
|
|
|
// Execute link command after clicking on balloon panel `Link` button.
|
|
// Execute link command after clicking on balloon panel `Link` button.
|
|
|
this.listenTo( panelModel, 'executeLink', () => {
|
|
this.listenTo( panelModel, 'executeLink', () => {
|