|
@@ -241,7 +241,7 @@ export default class Link extends Plugin {
|
|
|
*
|
|
*
|
|
|
* @protected
|
|
* @protected
|
|
|
* @param {Boolean} [focusInput=false] When `true`, link form will be focused on panel show.
|
|
* @param {Boolean} [focusInput=false] When `true`, link form will be focused on panel show.
|
|
|
- * @return {Promise} A promise resolved when the {#formView} {@link module:ui/view~View#init} is done.
|
|
|
|
|
|
|
+ * @return {Promise} A promise resolved when the {@link #formView} {@link module:ui/view~View#init} is done.
|
|
|
*/
|
|
*/
|
|
|
_showPanel( focusInput ) {
|
|
_showPanel( focusInput ) {
|
|
|
if ( this._balloon.hasView( this.formView ) ) {
|
|
if ( this._balloon.hasView( this.formView ) ) {
|
|
@@ -266,6 +266,8 @@ export default class Link extends Plugin {
|
|
|
/**
|
|
/**
|
|
|
* Removes the {@link #formView} from the {@link #_balloon}.
|
|
* Removes the {@link #formView} from the {@link #_balloon}.
|
|
|
*
|
|
*
|
|
|
|
|
+ * See {@link #_showPanel}.
|
|
|
|
|
+ *
|
|
|
* @protected
|
|
* @protected
|
|
|
* @param {Boolean} [focusEditable=false] When `true`, editable focus will be restored on panel hide.
|
|
* @param {Boolean} [focusEditable=false] When `true`, editable focus will be restored on panel hide.
|
|
|
*/
|
|
*/
|