This commit is contained in:
Fedor Indutny
2025-02-19 10:16:41 -08:00
committed by GitHub
parent 1d44c70393
commit a9fb186c23
47 changed files with 28499 additions and 35797 deletions

View File

@@ -212,7 +212,6 @@ export function NavSidebar({
<div className="NavSidebar__Content">{children}</div>
{/* eslint-disable-next-line jsx-a11y/role-supports-aria-props -- See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role#focusable_separator */}
<div
className={classNames('NavSidebar__DragHandle', {
'NavSidebar__DragHandle--dragging': dragState === DragState.DRAGGING,