Composer: Attempt to fix unexpected notch when adding new line
This commit is contained in:
parent
71e654181e
commit
5f916bda3d
@ -20,7 +20,7 @@ import { useDebouncedSignal } from '../../../hooks/useAsyncResolvers';
|
|||||||
|
|
||||||
const FAB_THRESHOLD = 50;
|
const FAB_THRESHOLD = 50;
|
||||||
const NOTCH_THRESHOLD = 1; // Notch has zero height so we at least need a 1px margin to intersect
|
const NOTCH_THRESHOLD = 1; // Notch has zero height so we at least need a 1px margin to intersect
|
||||||
const CONTAINER_HEIGHT_DEBOUNCE = 100;
|
const CONTAINER_HEIGHT_DEBOUNCE = 200;
|
||||||
const TOOLS_FREEZE_TIMEOUT = 350; // Approximate message sending animation duration
|
const TOOLS_FREEZE_TIMEOUT = 350; // Approximate message sending animation duration
|
||||||
|
|
||||||
export default function useScrollHooks(
|
export default function useScrollHooks(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user