Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
focusable=false
  • Loading branch information
chad1008 committed Nov 30, 2023
commit 39f0feb15df1be0bf4af3efffd4ba00a248b90fc
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function ColorGradientControlInner( {
className={
'block-editor-color-gradient-control__panel'
}
focusable={ false }
>
{ tabPanels.color }
</Tabs.TabPanel>
Expand All @@ -156,6 +157,7 @@ function ColorGradientControlInner( {
className={
'block-editor-color-gradient-control__panel'
}
focusable={ false }
>
{ tabPanels.gradient }
</Tabs.TabPanel>
Expand Down