Skip to content

Commit

Permalink
ToolbarMenu: import Popup without Toolbar (#27602)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko authored Jun 14, 2024
1 parent f262fb4 commit a57ac26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export default class DropDownMenu extends Widget<Properties> {
.addClass(DROP_DOWN_MENU_POPUP_CLASS);
},
deferRendering: false,
preventScrollEvents: false,
contentTemplate: (contentElement) => this._renderList(contentElement),
_ignoreFunctionValueDeprecation: true,
maxHeight: () => this._getMaxHeight(),
Expand Down

0 comments on commit a57ac26

Please sign in to comment.