We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eee94 commit 315aff8Copy full SHA for 315aff8
src/features/toolbar/components/ToolbarContent/ToolbarContent.tsx
@@ -11,7 +11,7 @@ export const ToolbarContent = () => {
11
useWheelHorizontalScroll(scrollRef);
12
13
return (
14
- <div className={s.toolbarContent}>
+ <div ref={scrollRef} className={s.toolbarContent} data-testid="toolbar-content">
15
{toolbarContent.map(({ id, settings, stateAtom }) => (
16
<ToolbarControl
17
id={id}
0 commit comments