Explorar o código

Other: Remove unknown stack option from ContextualBalloon.add() method call.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
ee91999778
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      packages/ckeditor5-mention/src/mentionui.js

+ 1 - 2
packages/ckeditor5-mention/src/mentionui.js

@@ -375,8 +375,7 @@ export default class MentionUI extends Plugin {
 				view: this._mentionsView,
 				position: this._getBalloonPanelPositionData( markerMarker, this._mentionsView.position ),
 				withArrow: false,
-				singleViewMode: true,
-				stack: 'mention'
+				singleViewMode: true
 			} );
 		}