We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7086d7 commit cf5f692Copy full SHA for cf5f692
packages/components/tool-bar/src/tool-bar.ts
@@ -415,7 +415,6 @@ export class ToolBar extends ScopedElementsMixin(LitElement) {
415
const RESIZE_THRESHOLD = 5; // Pixel threshold that prevents flickering caused by slight measurement fluctuations
416
const widthChanged = Math.abs(availableWidth - this.#lastAvailableWidth) > RESIZE_THRESHOLD;
417
418
-
419
if (this.#needsMeasurement || !this.#totalWidth || !this.#widths.length || widthChanged) {
420
this.#measureItems(wrapper);
421
}
0 commit comments