File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import type { ResizeObserverCallback } from "@ui5/webcomponents-base/dist/delega
1111import { getScopedVarName } from "@ui5/webcomponents-base/dist/CustomElementsScopeUtils.js" ;
1212import arraysAreEqual from "@ui5/webcomponents-base/dist/util/arraysAreEqual.js" ;
1313import type I18nBundle from "@ui5/webcomponents-base/dist/i18nBundle.js" ;
14- import { renderFinished } from "@ui5/webcomponents-base" ;
14+ import { renderFinished } from "@ui5/webcomponents-base/dist/Render.js " ;
1515import throttle from "@ui5/webcomponents-base/dist/util/throttle.js" ;
1616
1717import type { IButton } from "@ui5/webcomponents/dist/Button.js" ;
Original file line number Diff line number Diff line change @@ -93,11 +93,6 @@ class ShellBarV2Overflow {
9393 }
9494 }
9595
96- // never hide just one item as overflow button also accounts for one item
97- if ( hiddenItemsIds . length === 1 && nextItemToHide ) {
98- hiddenItemsIds . push ( nextItemToHide . id ) ;
99- }
100-
10196 return {
10297 hiddenItemsIds,
10398 showOverflowButton,
Original file line number Diff line number Diff line change 1- import { isPhone } from "@ui5/webcomponents-base" ;
1+ import { isPhone } from "@ui5/webcomponents-base/dist/Device.js " ;
22import type { IShellBarSearchField } from "../ShellBarV2.js" ;
33import type { IShellBarSearchController } from "./IShellBarSearchController.js" ;
44
You can’t perform that action at this time.
0 commit comments