Skip to content

Commit d52147d

Browse files
fix(Toolbar): support F6 Fast Navigation (#4514)
1 parent 75ad94e commit d52147d

File tree

1 file changed

+1
-0
lines changed
  • packages/main/src/components/Toolbar

1 file changed

+1
-0
lines changed

packages/main/src/components/Toolbar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ const Toolbar = forwardRef<HTMLDivElement, ToolbarPropTypes>((props, ref) => {
326326
onKeyDown={handleToolbarClick}
327327
tabIndex={active ? 0 : undefined}
328328
role={active ? 'button' : undefined}
329+
data-sap-ui-fastnavgroup="true"
329330
{...rest}
330331
>
331332
<div className={classes.toolbar} data-component-name="ToolbarContent" ref={contentRef}>

0 commit comments

Comments
 (0)