Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Other: Remove unknown stack option from ContextualBalloon.add() metho…
Browse files Browse the repository at this point in the history
…d call.
  • Loading branch information
jodator committed May 28, 2019
1 parent 9c7c835 commit b6a50cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mentionui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
} );
}

Expand Down

0 comments on commit b6a50cf

Please sign in to comment.