Skip to content

Commit a67f53d

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 19e8f9c commit a67f53d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react/src/components/Dropdown/Dropdown.base.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ class DropdownInternal extends React.Component<IDropdownInternalProps, IDropdown
301301
if (prevState.isOpen === true && this.state.isOpen === false) {
302302
this._gotMouseMove = false;
303303
this._hasBeenPositioned = false;
304-
this._wasOpen = false;
305304

306305
if (this.props.onDismiss) {
307306
this.props.onDismiss();

0 commit comments

Comments
 (0)