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

View File

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