fix: modified the floatingButtonGroup code to have only one focus (#3167)
This commit is contained in:
@ -25,7 +25,6 @@ export const MyComponent = () => {
|
|||||||
applyShadow={true}
|
applyShadow={true}
|
||||||
applyBlur={true}
|
applyBlur={true}
|
||||||
disabled={false}
|
disabled={false}
|
||||||
focus={true}
|
|
||||||
/>
|
/>
|
||||||
</FloatingButtonGroup>
|
</FloatingButtonGroup>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user