Explorar el Código

Aligned method name to the latest API changes.

Oskar Wróbel hace 6 años
padre
commit
6f82498c15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-link/src/linkui.js

+ 1 - 1
packages/ckeditor5-link/src/linkui.js

@@ -349,7 +349,7 @@ export default class LinkUI extends Plugin {
 
 			// Be sure panel with link is visible.
 			if ( forceVisible ) {
-				this._balloon.showPanel( 'main' );
+				this._balloon.showStack( 'main' );
 			}
 
 			this._addFormView();