* Only enable keyboard controller when necessary * make it screen only * rm keyboard padding * rm keyboardpadding file * revert using keyboard controller in composer * remove styles.outer (unnecessary for revert) * continue to use keyboard padding in the report dialog for dms --------- Co-authored-by: Hailey <me@haileyok.com>
7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
export function KeyboardControllerPadding({
|
|
maxHeight: _,
|
|
}: {
|
|
maxHeight?: number
|
|
}) {
|
|
return null
|
|
}
|