Skip to content

Commit 25b905e

Browse files
tabInnerPropsManager function should return popup prop when it's used in
popper
1 parent d7e394b commit 25b905e

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/moreButtonPlugin/show-more-tabs/button

1 file changed

+1
-1
lines changed

src/plugins/moreButtonPlugin/show-more-tabs/button/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function Api(components) {
7777
}
7878
return rest;
7979
},
80-
tabInnerPropsManager: (props) => this._components.tabInnerPropsManager(ins, props),
80+
tabInnerPropsManager: (props) => ({...this._components.tabInnerPropsManager(ins, props), popup: true}),
8181
closeIconPropsManager: () => this._components.closeIconPropsManager(ins),
8282
})),
8383
);

0 commit comments

Comments
 (0)