You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(combo-box): trim review-narrative comments in focusSelectedItem
Drop comments that explain choices made during the PR rather than
non-obvious WHY of the resulting code. Historical context (why the
microtask poll, why the connector holds the flag, full close-time
reset rationale) moved to PR #9194.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: vaadin-combo-box-flow-parent/vaadin-combo-box-flow/src/main/java/com/vaadin/flow/component/combobox/ComboBox.java
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -421,11 +421,8 @@ public void setOverlayWidth(float width, Unit unit) {
Copy file name to clipboardExpand all lines: vaadin-combo-box-flow-parent/vaadin-combo-box-flow/src/main/resources/META-INF/resources/frontend/comboBoxConnector.js
0 commit comments