Fix autogrowing input glitch (#10224)
- Removed unnecessary resize observer - Removed unused component - Fixed autogrowing input glitch # Before https://github.com/user-attachments/assets/a7de71d5-bc6e-495f-851c-18df596749dd # After https://github.com/user-attachments/assets/63588d0e-1122-43fe-b685-3f3a4ec4114e
This commit is contained in:
@ -3,7 +3,6 @@ import { ThemeType } from 'twenty-ui';
|
||||
export { ThemeProvider } from '@emotion/react';
|
||||
export * from 'twenty-ui';
|
||||
export * from './src/modules/ui/input/components/AutosizeTextInput';
|
||||
export * from './src/modules/ui/input/components/EntityTitleDoubleTextInput';
|
||||
export * from './src/modules/ui/input/components/IconPicker';
|
||||
export * from './src/modules/ui/input/components/ImageInput';
|
||||
export * from './src/modules/ui/input/components/Select';
|
||||
|
||||
Reference in New Issue
Block a user