this.size = size;
this.content = children;
this.overflowButton = new EditorDropdownButton({
- label: 'More',
- icon: moreHorizontal,
- }, false, []);
+ button: {
+ label: 'More',
+ icon: moreHorizontal,
+ },
+ }, []);
this.addChildren(this.overflowButton);
}