Skip to content

Commit c414a7f

Browse files
committed
fix: remove redundant call for __detectOverflow
1 parent 535a993 commit c414a7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/menu-bar/src/vaadin-menu-bar-mixin.js

-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ export const MenuBarMixin = (superClass) =>
408408
_themeChanged(theme, overflow, container) {
409409
if (overflow && container) {
410410
this.__renderButtons(this.items);
411-
this.__detectOverflow();
412411

413412
if (theme) {
414413
overflow.setAttribute('theme', theme);

0 commit comments

Comments
 (0)