fix: modified the floatingButtonGroup code to have only one focus (#3167)

This commit is contained in:
Sahil 2023-12-28 14:40:54 +05:30 committed by GitHub
parent 3d5a364e29
commit d71150eca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@ export const MyComponent = () => {
applyShadow={true}
applyBlur={true}
disabled={false}
focus={true}
/>
</FloatingButtonGroup>
);